Scrapes Betfair price data for Australian horse racing
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bfscraper-0.1.1.tar.gz
(1.8 kB
view details)
File details
Details for the file bfscraper-0.1.1.tar.gz
.
File metadata
- Download URL: bfscraper-0.1.1.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05c5edba63ddeab455d3073384676610718cc9c908f08bb38bef7fbbcf893848 |
|
MD5 | 6d63248a4313fa6ae2dc2d7fbfc854ae |
|
BLAKE2b-256 | 28ff1a3239cc353eae270176e0b8fea492a5a71577158f8b0a64acf291135d6d |