A python application for real time cricket match notifications on Windows and Linux
- Rich command line UI
- Choose among multiple live matches
- Cross platform, works on Windows and Linux systems
- Rich logging configuration
- User defined notification timeout
Make sure you have python > 3.5 and pip installed, you can install it from here
For Linux systems, install dependencies for dbus-python as per specifications from your distro, e.g. for Ubuntu based distros, install following:
sudo apt-get -y install libglib2.0-dev libdbus-1-3 libdbus-1-dev
pip3 install cricNotifier
git clone https://github.com/zweack/cricNotifier.git && cd cricNotifier
pip install -r requirements.txt
python setup.py install
pip install -r requirements.txt
sudo python3 setup.py install
Run following command on your terminal
cricNotifier
Optional arguments:
-h, --help show this help message and exit
-t, --timeout TIMEOUT duration of system notification
-i, --interval INTERVAL duration between each notification
-nl, --nologs disable console logs
This project welcomes contributions and suggestions. Please feel free to create a PR, report an issue or put up a feature request.
cricNotifier is licensed under the MIT License.