Skip to content

Scrapes the player informaiton of each MLS soccer team by birth month

License

Notifications You must be signed in to change notification settings

getrod/MlsSoccerScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

MlsSoccerScraper

Scrapes the information of MLS soccer players filtered by birth month.

You need to have Beautiful Soup 4, lxml, and Requests python libraries installed to use this code.

pip install bs4  
pip install lxml  
pip install requests  

Run the following command to query the list of players who's birthdays are in January:
python mls.py 1
The command will store the data in a text file called January_MLS.txt

About

Scrapes the player informaiton of each MLS soccer team by birth month

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages