guipleite / Sports-Schedule-Scrapper

Web scrapper API that compiles the games, time and result in a given date

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sports-Schedule-Scrapper

This project is a web scrapper API that compiles the games of, time and result in a given date. At this time it is using ESPN's website as base and scrapping it's content into a Python dictionary.

To run the program use Python 3 and pass the date as an argument in the DD/MM/YYYY format:

python3 data_scrapper.py "DD/MM/YYYY"

Currently only supporting the NBA

About

Web scrapper API that compiles the games, time and result in a given date


Languages

Language:Jupyter Notebook 99.3%Language:Python 0.7%