brandonchinn178 / circle-of-suck

A website scraping collegiate sports scores and finding a circle of suck
https://brandonchinn178.github.io/circle-of-suck
2 stars 2 forks source link

Make management command to scrape API #5

Closed brandonchinn178 closed 7 years ago

brandonchinn178 commented 7 years ago

Blocked by #7

Make a new management command (something like python manage.py updatecycle) that accesses the API and creates new games for new data

brandonchinn178 commented 7 years ago

Use API endpoint http://api.sportradar.us/ncaafb-t1/2016/REG/schedule.json?api_key=<API_KEY> and look for items with status closed

allanwlevy commented 7 years ago

Also adding an optional parameter for the command to choose a timeframe (e.g. 2013-2015) to gather from