Skip to content

This repository contains a small python script to get COVID-19 updates through the notification system. It keeps track of Covid-19 cases, deaths, and recovery.

shricodev/CovidTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

COVID-19 Tracker

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.

Installation

Requires python3 to be installed on your computer.

git clone https://github.com/r3alix01/CovidTracker.git
cd CovidTracker
pip3 install -r requirements.txt

Usage

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

For Best Use

  • 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

About

This repository contains a small python script to get COVID-19 updates through the notification system. It keeps track of Covid-19 cases, deaths, and recovery.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages