Metadata-Version: 1.2
Name: betfair-scraper
Version: 1.0
Summary: Betfair website scraper library
Home-page: https://github.com/meister245/betfair-scraper
Author: Zsolt Mester
Author-email: 
License: MIT
Project-URL: Code, https://github.com/meister245/betfair-scraper
Project-URL: Issue tracker, https://github.com/meister245/betfair-scraper/issues
Description: # betfair-scraper
        
        This library helps scraping the sportsbook games and odds from Betfair.com
        Scraping is primarily implemented using robobrowser with a mix of API requests
        
        Installation & Usage
        Python 3.8.0 or greater required
        
        Install latest stable build
        
        pip install -U betfair_scraper
        
        Install latest development build from GitHub
        
        pip install git+https://github.com/meister245/betfair-scraper.git@development
        Wiki
        
Platform: UNKNOWN
Requires-Python: >=3.8
