This is a COVID19 Tracker with using the Parsehub API which scraps the information needed and gives multiple ways to access the information.
- This tracks realtime results from this website.
- It uses the Parsehub API to track and also has a update function to update the results from the program itself.
- Added threading to make the update process supress without affecting the main program.
- Added Track of New Deaths in each country.
To Clone the Repository
$ git clone https://github.com/AnimeshRy/COVID19-Voice-Assistant
After Cloning the repo, install all the dependencies.
$ pip install -r requirements.txt
- You can't use it without your own ParseHub API Key.
- Run the main.py File