https://github.com/aykxt/telerona
🦠Telegram Coronavirus tracker bot
https://github.com/aykxt/telerona
coronavirus telegram-bot
Last synced: about 1 year ago
JSON representation
🦠Telegram Coronavirus tracker bot
- Host: GitHub
- URL: https://github.com/aykxt/telerona
- Owner: aykxt
- License: gpl-3.0
- Created: 2020-05-23T15:35:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-25T15:15:35.000Z (about 6 years ago)
- Last Synced: 2024-12-25T20:11:54.446Z (over 1 year ago)
- Topics: coronavirus, telegram-bot
- Language: Python
- Homepage: https://t.me/teleronabot
- Size: 175 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Telerona
🦠A coronavirus tracker bot for Telegram.
## Deploy the bot
### Deploy on Heroku
[](https://heroku.com/deploy)
### Deploy yourself
#### Preparation
1. Rename `.env.sample` file to `.env`
2. Open `.env` file and fill in the fields
```ini
API_ID=1234567
API_HASH=0apz3jxk603w5mno6a6p6cg27lzgsrfq
BOT_TOKEN=1234567890:ABC-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
DATABASE_URL= postgres://xzy
```
#### Installation
```sh
pip3 install -r requirements.txt
python3 -m telerona
```