Skip to content

Scrapes Betfair price data (BSP, WAP etc) for Australian horse racing

License

Notifications You must be signed in to change notification settings

apapadimitriou/bfscraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bfscraper


The package scrapes Betfair price data (BSP, WAP etc) for Australian horse racing markets.


You can use the package in the following way:

from bfscraper import bfscraper

df = bfscraper.scrape("2018-01-01", "2018-12-31")

print(df)

The above code would scrape the relevant data from January 1, 2018 till December 31, 2018.

The data would be returned in a Pandas dataframe format which can then be exported to a CSV or other file formats.

There may be scope in the future to expand this package to other jurisdictions and racing codes.

About

Scrapes Betfair price data (BSP, WAP etc) for Australian horse racing

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages