https://github.com/adambirds/horse-racing-tracker
A tracker written in Python for when horses are running in either the UK or Ireland.
https://github.com/adambirds/horse-racing-tracker
discord horse-racing horse-tracker horses notifications python python3 tracker
Last synced: about 2 months ago
JSON representation
A tracker written in Python for when horses are running in either the UK or Ireland.
- Host: GitHub
- URL: https://github.com/adambirds/horse-racing-tracker
- Owner: adambirds
- License: gpl-3.0
- Created: 2023-05-16T01:03:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T02:28:20.000Z (about 2 years ago)
- Last Synced: 2025-04-03T21:08:48.026Z (2 months ago)
- Topics: discord, horse-racing, horse-tracker, horses, notifications, python, python3, tracker
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Horse Racing Tracker
## Description
This is a simple script that tracks when a horse or list of horses are running in either the UK or Ireland and provides a notification when they are running.
The app uses the [Sporting Life](https://www.sportinglife.com/) website to get the information about the horses.The notifications will contain information such as:
* Meeting, Date and Race Time
* Jockey and Trainer
* Horse Age and Sex
* Form
* Odds
* Commentary (if available)
* Last Ran (if available)We currently support the following notification methods:
* Discord Webhook
## Configuration
To configure the script, you will need to edit the `config.yaml` file.
You simply need to ass your horses to the `horses_to_watch` key and add your Discord Webhook URL to the `DISCORD_WEBHOOK_URL` key.
## Features Coming Soon
* Email Notifications
* Text/WhatsApp Notifications (Possibly)## License
This project is licensed under the [GNU GENERAL PUBLIC LICENSE v3](https://github.com/adambirds/horse-racing-tracker/blob/main/LICENSE).