Scrapedia is a scraper specifically designed to extract Brazilian soccer data from Futpédia's webpage.
This project was motivated by the small amount of open data sources concerning Brazilian soccer and the yearning for learning.
| Documentation | Architecture |
To install via pip:
pip install scrapedia
The package can be installed from the source:
git clone git@github.com/LucasRGoes/scrapedia.git
cd scrapedia
git checkout master
pip install .