mayanksatnalika / scorePopUp

View live cricket match score details by extracting data from yahoo cricket.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

// mayank satnalika
This script will display pop up every 10 seconds t your ubuntu system displaying the current score of the ongoing match.
For selecting the match, open the ongoing match in yahoo cricket and copy paste the match info url in the url link given in the code
To change the pop up interval change the time specified in time.sleep funnction in the code.
To run the code a a background process: use the followwing from your terminal: 
python test.py &

About

View live cricket match score details by extracting data from yahoo cricket.


Languages

Language:Python 100.0%