This project provides a Command Line Interface (CLI) to view the live cricket scores of all international, as well as domestic matches happening all over the world.
- Make sure you are connected to a working Internet connection
- Confirm if you have the
urllib2
python library installed on your local system. If not, then install using -sudo pip install urlib2
(system-wide).
Execute the script using python run.py
.
- Shows the scores on terminal, as well as pushes desktop notifications.
- Automatically shows updated score every 30 seconds.
P.S: Currently, supports desktop notifications only on Linux.
Ashutosh Saboo - https://github.com/ashutoshsaboo