This is a small python script to get COVID-19 update through notification system. It keeps track of Covid-19 cases, deaths and recovery. This tool solely relies on Worldometer.
Requires python3 to be installed on your computer.
git clone https://github.com/r3alix01/CovidTracker.git
cd CovidTracker
pip3 install -r requirements.txt
python3 /path/to/CovidTracker.py
If you face any error while running this tool in your Linux System. Run this command
sed -i -e 's/\r$//' CovidTracker.py
- WINDOWS
The best way to run this tool to get frequent updates without running this tool manually all the time is to create a task in Windows Task Scheduler. For additional guides, follow this guide.
- LINUX
For Linux system creating a cronjob will get rid of manually re-running the tool. For creating a Cronjob, follow this guide