Scraper for Odds broker: Eurobet, built using Python and Selenium, setted for Firefox.
Scraper return the most important data of a match for betting
Selenium exploit DOM of web page, so if the website will change in the future, scaper cuold not will work properly.
Each function return a pandas dataframe
scrape_all_football_events() return: 'Date', 'Bookmaker', 'League','Time', 'Team_1','Team_2','Odd_1','Odd_X','Odd_2' of the odds for major leagues.
scrape_football_today_tomorrow() return: 'Date', 'Bookmaker', 'League','Time', 'Team_1','Team_2','Odd_1','Odd_X','Odd_2' of the odds for the today and tommorow football matches.
scrape_Tennis_today_tomorrow() return: 'Date', 'Bookmaker', 'League','Time', 'Team_1','Team_2','Odd_1','Odd_X','Odd_2' of the odds for the today and tommorow tennis matches.