Telegram COVID bot is intended to provide visual statistical information about Novel Coronavirus (2019-nCoV). It is written in Python with micro web-framework Bottle.
Telegram bot is deployed on Zeit Now.
Source data is provided by Johns Hopkins CSSE repository within transformer
To use this telegram bot, you need to set up API credentials in .prefs file.
token_prod=TOKEN_PROD // telegram bot token for production
token_debug=TOKEN_DEBUG // telegram bot token for debug mode
webhook_url=WEBHOOK // webhook url
You can deploy your new Now project with a single command from your terminal using Now CLI:
$ now
If you find any problems or would like to suggest a feature, please feel free to file an issue