Skip to content

CaioTeixeira95/premier_league_crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the Premier League!

Just a web crawler that sends you an e-mail with all the results of the Premier League matches in a given period.

How to use it:

$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python premier_league.py --email [email protected] --initial-date 2021-01-01 --final-date 2021-01-31 --host <myhost>

The email template

Result example

$ python premier_league.py -h # For help
  • --email: E-mail that results will be sent.
  • --host: Your email host. Must be gmail or outlook.
  • --initial-date: The initial date that you want the results.
  • --final-date (optional): The final date that you want the results. By default the final date will be the current date. The period cannot be longer than 31 days.

Enjoy :D

If you are having any trouble please, feel free to send me a message.

Note: Gmail users needs enable allow less secure apps to access your account.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages