Python program to fetch cricket score and display as windows notification
This is initial version of the program to fetch the match lists and the score of the selected match. It will notify scores every 30 seconds as windows notification.
- win10toast
- requests
- Clone this repository
git clone git@github.com:knayan1/PyCricket.git
- Create virtual environment. You can skip this if don't want to work in virtual environment.
mkvirtualenv cricket
- Install required modules
pip install -r requirements.txt
- Execute script
python cricket_score.py
- Make it generic to work on any platform
- Make API call directly to the espn or cricinfo.
Feel Free to fork and extend