Hi there,
I have a telegram bot that is used for a game chat kind of purpose.
It needs to be ran 24/7 and I have several bots that each have a different purpose (different python files for each bot)
I have several questions.
What kind of deployment is best for a telegram bot that needs to be on 24/7?
Im guessing Reserved VM
Will the bot be ran 24/7 without me needing this website open (I currently am on trial with Pro plan and once I close this tab, the bot stops)?
Is it possible to run several scripts on one server?
Note: All the scripts are working well locally, but I cant leave my device running 24/7 just for this bot, so in terms of code, its fine.