gingeleski / odds-portal-scraper

Sports odds and results scraping for Odds Portal (oddsportal.com).
The Unlicense
104 stars 53 forks source link

Added functionality to scrap all pages in a season #3

Closed agmezr closed 5 years ago

agmezr commented 5 years ago

Hi, I found this project while searching for the results from the champions league. Found it very useful but the problem is that the scrapper works only for the first page of the table and since each page contains only 50 elements you lost a lot of elements. I added a simple while for each season incrementing a page number until an empty table is retrieved.

Also added a json file for the champions league.

gingeleski commented 5 years ago

Cool, reviewed + approved. I haven't looked at this in forever.

Going to add a note to README.md about adjusting the path to Chrome driver as needed.