https://github.com/gingeleski/odds-portal-scraper
Sports odds and results scraping for Odds Portal (oddsportal.com).
https://github.com/gingeleski/odds-portal-scraper
scraper sports-data sports-stats
Last synced: about 2 months ago
JSON representation
Sports odds and results scraping for Odds Portal (oddsportal.com).
- Host: GitHub
- URL: https://github.com/gingeleski/odds-portal-scraper
- Owner: gingeleski
- License: unlicense
- Created: 2017-02-21T00:50:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T01:57:19.000Z (almost 2 years ago)
- Last Synced: 2024-12-16T17:55:27.451Z (10 months ago)
- Topics: scraper, sports-data, sports-stats
- Language: Python
- Homepage:
- Size: 1.46 MB
- Stars: 115
- Watchers: 12
- Forks: 53
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Odds Portal scraping
This repository contains multiple scraping projects for Odds Portal.
Each one has its own `README.md` so just look in the directories, as detailed below.
Mainly `full_scraper/` is the most comprehensive and will cover most use cases.
**Note that all projects here were developed with Python 3.x and you should run/develop them with at least that**
| Directory name | Description |
|-----------------|-----------------------------------------------------------------------------------|
| `full_scraper` | Will scrape nearly any sport and output as JSON. Most comprehensive and flexible. |
| `soccer_to_sql` | Scrapes soccer odds and scores then puts them in a SQLite database. |
| `predictions` | Scrapes predictions of users you follow - public or private - and saves them off. |