Pringleman83 / SportsBook

A sports data scraping and analysis tool
GNU General Public License v3.0
82 stars 38 forks source link

Development #48

Closed Pringleman83 closed 5 years ago

Pringleman83 commented 5 years ago

Also added a bit of code to make it easier to add extra options to the league selection code.

Added an "all" option to scrape all data.

Renamed the display_selection function to inform_and_scrape.

Changed the information displayed when downloading data to suit the new method.

Updated a few docstrings.

Added a common function that is used to remove duplicates in a list.

Used this function to prevent duplication when the user enters the same league twice.