An open API service indexing awesome lists of open source software.

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

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
```