Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ravindraten/Covid19WorldStats
Telegram bot which gives you #COVID19🦠stats and graph when you share any location from around the world.
https://github.com/ravindraten/Covid19WorldStats
Last synced: about 2 months ago
JSON representation
Telegram bot which gives you #COVID19🦠stats and graph when you share any location from around the world.
- Host: GitHub
- URL: https://github.com/ravindraten/Covid19WorldStats
- Owner: ravindraten
- License: mit
- Created: 2020-05-02T09:23:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-17T20:47:08.000Z (about 4 years ago)
- Last Synced: 2024-08-03T07:01:43.329Z (5 months ago)
- Language: Python
- Homepage: https://t.me/CoronaWorldStatsBot
- Size: 244 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-novelcovid - CoronaWorldStatsBot
README
# Covid19WorldStats
Get Stats of Covid-19 cases world wide## Get started
You can start using my Bot by clicking here
[CoronaWorldStatsBot](https://t.me/CoronaWorldStatsBot)You can now Share any location and get the stats of the shared location,
Below are few countries where you get more detailed statsIf you share any location which inside
1)India get statewise and district-wise stats,\
2)USA get statewise and county wise stats,\
3)Germany get statewise stats,\
4)Netherlands get statewise and Gementee wise stats,\
5)Japan get statewise stats,\
6)Russia get statewise stats,\
7)UK get statewise stats,\
8)Spain get statewise stats,\
9)Australia get statewise stats,\
10)Canada get statewise stats,\
11)Brazil get statewise stats,\
12)France get Département stats,\
13)Italy get statewise stats,\
14)Mexico get statewise stats,\
15)Malaysia get statewise stats,\
For all other countries get just country wise stats,\
Just point the pin on the map and share it#### Install all the dependencies listed in requirement.txt
I am using Google Cloud Platform instance to host the bot.
#### API used to collect data are from below:
- [Covid19India API](https://github.com/covid19india/api)
- [NovelCOVID REST API](https://github.com/NovelCovid/API)
- http://corona-api.com/countries
- https://covidtracking.com
- https://data.covid19japan.com/summary/latest.json
- https://rki-covid-api.now.sh/api/states
- https://c19downloads.azureedge.net/downloads/json/coronavirus-cases_latest.json
- https://opendata.arcgis.com/datasets/620c2ab925f64ed5979d251ba7753b7f_0.geojson
- https://xn--80aesfpebagmfblc0a.xn--p1ai/information/
- https://covid19-esriau.hub.arcgis.com/
- https://covid19tracking.narrativa.com/index_en.html
- https://opendata.arcgis.com/datasets/3afa9ce11b8842cb889714611e6f3076_0.geojson
- https://interactive.guim.co.uk/docsdata/1q5gdePANXci8enuiS4oHUJxcxC13d6bjMRSicakychE.json
- https://disease.sh/v2/gov/Italy
- https://www.gob.cl/coronavirus/cifrasoficiales/#datos
- https://api.apify.com/v2/key-value-stores/vpfkeiYLXPIDIea2T/records/LATEST?disableRedirect=true#### To get Geo location I am using:
- https://locationiq.com
- http://mapmyindia.com
- https://api.bigdatacloud.net#### Sample TimeLine Plot
A sample plot is shown as below:
![alt text](https://github.com/ravindraten/Covid19WorldStats/blob/master/Italy_timeline.jpeg "Sample Plot")