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

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).

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