Skip to content

prashant-kikani/live-football-score-of--your-favourite-club

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

live-football-score-of--your-favourite-club

Notifies you when your favourite football team scores or faces a Goal...

I used selenium web-driver (http://www.seleniumhq.org/projects/webdriver/) to fetch data from this site : http://www.livescore.com/soccer/live/

It fetches data from this site every after 30 seconds then checks if one of your favourite football team has scored or faced a goal or not.
If that happens, it sent you an email notification instantly.

I used BeautifulSoup (https://www.crummy.com/software/BeautifulSoup/bs4/doc/) for scrap the data.

limitations

The source email id need to change it's security level to low.
So, my code can login into it, and send notifications to target email id.

Releases

No releases published

Packages

No packages published

Languages