/kisskissbetbet-manual-scraper

KissKissBetBet scraper is a tool that scraps soccer fixtures odds for the 5 major european leagues on all 17 french bookmakers.

Primary LanguagePython

KissKissBetBet scraper

KissKissBetBet scraper is a tool that scraps soccer fixtures odds for the 5 major european leagues on all 17 french bookmakers.

Installation

Clone the repository:

git clone https://github.com/SchuchDev/kisskissbetbet-manual-scraper
cd kisskissbetbet-manual-scraper

Create a python virtual environment and activate it:

virtualenv venv
source venv/bin/activate

Install required python modules:

pip install -r requirements.txt

Scraping uses selenium, for this you need :

Please use a version of chromedriver compatible with your Google Chrome

Usage

Run script in kisskissbetbet-manual-scraper directory :

python3 scraper.py

Data format

{
    "bookmaker": "Betclic",
    "league": "Ligue 1"
    "teams": {
        "home": "Troyes",
        "away": "Lyon"
    },
    "odds": {
        "home": 4.0,
        "draw": 3.9,
        "away": 1.73
    }
}

Informations

Bookmakers supported

Leagues supported

  • Bundesliga A
  • La Liga
  • Ligue 1
  • Premier League
  • Serie A