Home - StackUnderflowProject/Scraper GitHub Wiki
This project is a web scraper for football ⚽, handball 🤾 and basketball 🏀 data.
It fetches and processes data from the Slovenian Football League (Prva liga Telemach), Handball League (1. A DRŽAVNA MOŠKA ROKOMETNA LIGA) and Basketball League (Liga Nova KBM) websites.
Whom might this be useful in addition to us. Perhaps you would like to create analytics and chart statistics with the data provided by this scraper. The scraper provides the following:
- team data (name, location and personnel)
- match data (when, where, who and how)
- stadium / arena data (name and location)
Table of contents
Contributing
We welcome contributions to the scrapers! Whether you want to add new features, fix bugs, or improve documentation, your help is appreciated.
How to Contribute
- Fork the repository
- Create a new branch (
git checkout -b feature-branch
) - Make your changes
- Commit your changes (
git commit -am 'Add new feature'
) - Push to the branch (
git push origin feature-branch
) - Create a new Pull Request