Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxtacu/telegram-covid19
Telegram Bot that shows global COVID-19 stats and graph
https://github.com/maxtacu/telegram-covid19
bot coronavirus covid-19 covid19 python statistics telegram
Last synced: 3 months ago
JSON representation
Telegram Bot that shows global COVID-19 stats and graph
- Host: GitHub
- URL: https://github.com/maxtacu/telegram-covid19
- Owner: maxtacu
- License: gpl-3.0
- Created: 2020-02-26T10:55:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-09T20:32:49.000Z (about 4 years ago)
- Last Synced: 2024-07-29T03:12:24.277Z (6 months ago)
- Topics: bot, coronavirus, covid-19, covid19, python, statistics, telegram
- Language: Python
- Homepage: https://telegram.me/coronavirustats_bot
- Size: 4.6 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-novelcovid - COVID-19 Bot
README
# Coronavirus(COVID-19) Telegram-Bot
## Checking statistics has never been so easy..
#### Global COVID-19 stats
![](images/stats.png)
#### Available in 5 languages
![](images/start.png)
In case you see any translation errors, please reach the developer (check command bellow) or create an issue directly on Github
#### Top 10 countries by confirmed cases, deaths and recovered
![](images/topcases.png)
#### Check stats for specific country (type in English)
![](images/russia.png)
![](images/moldova.png)
#### You can just type first few letters of the country
![](images/portugal.png)
#### In case you want to check all available commands and features or just to say "thank you" to developer
![](images/help.png)## Data
The worldwide case statistics are provided and regularly updated by [worldometers.info](https://www.worldometers.info/coronavirus/) and accessed through the [NovelCOVID REST API](https://github.com/NovelCovid/API).
Data is saved in the local database and updated once per 5 minutes to not overload the [API](https://github.com/NovelCovid/API) endpoint with telegram requests.