Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christianwgd/scrape_schedule
Read schedule from hockeydata table
https://github.com/christianwgd/scrape_schedule
Last synced: 13 days ago
JSON representation
Read schedule from hockeydata table
- Host: GitHub
- URL: https://github.com/christianwgd/scrape_schedule
- Owner: christianwgd
- Created: 2023-12-18T16:40:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T17:30:04.000Z (about 1 year ago)
- Last Synced: 2023-12-18T19:07:57.592Z (about 1 year ago)
- Language: Python
- Size: 1.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scrape schedule from hockeydata at ehv-nrw.de to file
## Usage
```
python scrape.py
```Sorry, no parameters at this very moment. To select the
league replace the URL in the srape.py code.The contents is written to a file named "table_data.csv".
## Geckodriver
To run the python script you need to download the
appropriate geckodriver for your operating system
from https://github.com/mozilla/geckodriver/releases.The contained geckodriver is for Mac ARM platform.
Replace it if you have a different OS.