diegoparrilla / marca-fantasy-scraper

Web scraper del API de la LaLiga Fantasy de Marca
GNU General Public License v3.0
17 stars 8 forks source link

Increase player ID range #1

Open KSVelArc opened 2 years ago

KSVelArc commented 2 years ago

Increasing range from range(0,999) to range(0,1499) to capture new players up to id=1352.

alxgarci commented 1 year ago

I created a new repo with a new and updated project based on this but with other extra options, like adding the number of players in API on execution time by parameters. You can check it out at https://github.com/alxgarci/marca-fantasy-api-scraper-updated I'll try my best to keep it up to date.