Skip to content

Python program to fetch cricket score and display as windows notification

Notifications You must be signed in to change notification settings

knayan1/PyCricket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

PyCricket

Python program to fetch cricket score and display as windows notification

Description

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.

Requirements

  1. win10toast
  2. requests

How to install

  1. Clone this repository git clone git@github.com:knayan1/PyCricket.git
  2. Create virtual environment. You can skip this if don't want to work in virtual environment. mkvirtualenv cricket
  3. Install required modules pip install -r requirements.txt
  4. Execute script python cricket_score.py

Screenshot

Screenshot of the program

Things ahead

  1. Make it generic to work on any platform
  2. Make API call directly to the espn or cricinfo.

Note:

Feel Free to fork and extend

About

Python program to fetch cricket score and display as windows notification

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages