I have a bunch of telegram bots that I want to run in a Raspberry Pi at startup.
This should be possible with just a main.py file that imports my bots from his respective folders in a way like that:
from bots.bot1 import run from bots.bot2 import run
But then I cant manage files inside of bots, any idea to solve this?
2.1m questions
2.1m answers
60 comments
57.0k users