CricWiz is a simple Python script that uses the Pycricbuzz to get you all the inforamtion about you "important" cricket games.
- Live feed.
- Allows you to get the full scorecard of a particular match as well as commentary and squads.
- You can also get detail about the ongoing
Run CricWiz.py
with the following option:
python3 CricWiz.py -l livescore
- Live Feed
- Scorecard Info
- Notification Alerts
- Squad
- Commentary
-
You will require Python 3.
-
Now Run
pip install -r requirements.txt
. -
Now you are ready to go just run the command in the usage section and enjoy.
🎉 Shoutout to mzfr for the idea.