/FootballDataAPI

API for gathering football related data.

Primary LanguagePython

FootballDataAPI

This is an project for scraping fotball related websites to gather football related data. This project must be used only for educational purposes and it is in development phase now, so be careful.

There is a example parser script for better understanding of the api. You can just run the script and see the results. Before that there is one need, you should download your 3rd party packages via pip.

To download requirements: pip install -r requirements.txt

P.S. This project was tested on Python 3.6.