JungDev / django-telegrambot

Simple app for Telegram bot in Django
BSD 3-Clause "New" or "Revised" License
237 stars 88 forks source link

Is it possible to start several bots using single logic and code? #46

Open anufry opened 3 years ago

anufry commented 3 years ago

Hello, I am new in telegram bots, so I have a beginners question:

How can I start 10 similar bots, which are using one app logic? Is it enough to determine in main() a bot token and start each bot as stand-alone service in polling mode?

Thank you!

MerdyNumber1 commented 3 years ago

@JungDev @peleccom @rafis @alistvt any updates?