Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
325 views
in Technique[技术] by (71.8m points)

python - How to run a bunch of telegram bots importing from his own folder

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?

question from:https://stackoverflow.com/questions/66062227/how-to-run-a-bunch-of-telegram-bots-importing-from-his-own-folder

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...