I am wondering if it is possible to run a telegram bot python file forever? Possibly without the use of a server. Is there anyway i can do this without having a spare PC to run the file?
Asked
Active
Viewed 223 times
-1
-
2you can run on your local computer and never turn it off. – furas Aug 11 '20 at 07:05
-
I believe you can run it on Github using GitHub Actions.. Give it a try. – Gokulnath Kumar Aug 11 '20 at 17:11