A series of tools to scrape, prepare and visualize Hong Kong Jockey Club's racing data.
The goal of this project is to help everyday gamblers uncover underlying patterns in past racing data to optimize their betting strategies.
Scraper [main.py] - A scraping tool that can be scheduled to scrape Hong Kong Jockey Club's website and extract data in a csv format
- Open a terminal on the machine
# Clone repo
git clone https://github.com/jaloo555/HK-Horse-Racing-Data-Scraper.git
# Navigate to repo
cd HK-Horse-Racing-Data-Scraper/
# Install requirements
pip install -r requirements.txt
# Run program
python main.py
Scrapers:
- Horse veterinary records
- Penetrometer
- Horse info (all)
- Horse roarers
- Racecard
- Racecard info
Legacy scrapers are available in the old/ folder.