vishakha-lall / MapBot

A chatbot developed in Python
MIT License
145 stars 108 forks source link

Telegram bot hosted on cloud #184

Closed chttrjeankr closed 4 years ago

chttrjeankr commented 4 years ago

Is your feature request related to a problem? Please describe. The telegram bot to converse with the MapBot logic gets online only when a user creates a bot, provides a token and starts up python telegram.py. This isn't available to all users for use.

Describe the solution you'd like A new process defined in the Procfile for Heroku, which shall start up the telegram.py on Heroku and handle exceptions so that the bot stays online with minimum downtime.

Describe alternatives you've considered None

Additional context Refactoring code in telegram.py will be needed for clean implementation and handling exceptions.

chttrjeankr commented 4 years ago

Bot hosted on Telegram