https://github.com/fpgmaas/sporthive-api-scraper
Python code to scrape results from Sporthive events
https://github.com/fpgmaas/sporthive-api-scraper
api blogpost python sports webscraping
Last synced: 7 months ago
JSON representation
Python code to scrape results from Sporthive events
- Host: GitHub
- URL: https://github.com/fpgmaas/sporthive-api-scraper
- Owner: fpgmaas
- Created: 2022-04-07T10:27:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-10T16:04:14.000Z (over 4 years ago)
- Last Synced: 2025-01-30T04:32:01.975Z (over 1 year ago)
- Topics: api, blogpost, python, sports, webscraping
- Language: Python
- Homepage:
- Size: 653 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sporthive API Scraper
--------
Python code to scrape results from [Sporthive](https://results.sporthive.com/).
## How to run?
To run, first copy the `.env.template`, and enter your event- and race id in the `.env` file:
```bash
cp .env.template .env
```
To install the environment:
```
poetry install
```
then simply run
```
python main.py
```