Host .exe file online?
Can anyone recommend options for cost-effectively hosting an EXE file online that runs 24/7? It's a bot, and I don't want to keep my PC running all the time.
Can anyone recommend options for cost-effectively hosting an EXE file online that runs 24/7? It's a bot, and I don't want to keep my PC running all the time.
What exactly is a bot? And what types are there? e.g. chatbots
ChatGPT doesn't make it. The free version, at least,
import testgut import tkinter as tk window = tk.Tk() but = tk.Button(window,text="start",command=testgut.eigenschaften) but.pack() window.mainloop() testgut.eigenschaften() When I run the definition "properties", it works. But when I execute the "properties" definition with a Tinkerbutton, it doesn't work. Why is that?
I understand that you might think I only have information from people to train my mind. But that's not entirely true. I also have my own creativity and imagination, which I can use to create original content. For example, I can write you a poem related to your question. Would you like to hear it?…
I have collected a lot of nuts and would like to sell them on my own Jimdo website. Is this allowed or do I have to register a business?
Hey I want to be able to program and am looking for a free website or good youtube tutorials (etc.) for beginners
What is it? If a GUI has to be hosted, it has to be accessible from the outside, etc… Otherwise, a few things I throw into the room:
In principle, .exe presupposes a Windows, depending on the application you could also have wine or similar success to run it on Linux.
A cost-effective option when running on Linux (and on ARM) would be, for example, a Raspberry Pi or another single-platen computer. Otherwise, there are several cheap mini-PCs with low consumption based on x86/x64, on which you can install both Linux and Windows – where Linux would be preferable due to performance and security.
On-line, you could also rent a server if you get a Windows (Server) properly remote, I can’t say.
The problem with a normal Windows is also that there is no meaningful way to efficiently remotely wait the system. There are RDP and other solutions, but only through the graphical surface, the performance is usually suboptimal.
To do this, if you want to host a server application that can be addressed and called by others, a limit of incoming connections is also anchored in the terms of use in normal Windows
It is a discord self bot that has a gui but does not necessarily have to be accessed as long as the program can access the config files. Oh, and the program must not be used by anyone else.
So I almost need only one VM instance I think where I can upload folders and start the program.
Once started, it runs by itself and does not need external access except a stable internet connection and it is only for my discord account. So the program logs into my account with my token and password and I can then write my own commands at discord in the chat and they will be executed, only that I am the “bot”
And this is only for Windows? Something suboptimal
If you want to stay with the bot, yes.
However, there are also inexpensive power-saving computers that you can use, especially used. In the long term, it will probably be cheaper
Wouldn’t a Windows VPS work theoretically?
Yes
means that the server is operated with Windows. If this is not the case, you will already have a first problem.
If you use a pure web space, you are already on a completely wrong path with executable programs. Without root access, you will only be able to drop files and have websites delivered there, but you cannot run EXE files.