The purpose of this application is to automate downloading of the Betfair SP csv files available at:
Downloads are done asynchronously so it can download multiple files at once.
Coded in C#
The program uses a command-line interface. After starting the the program the following commands are available to the user:
start
exit
stoptasks
- Country: 'uk' (United Kingdom), 'ire' (Ireland), 'aus' (Australia), 'usa' (USA), 'rsa' (South Africa)
- Bet Type: 'win', 'place'
- Greyhound: 'yes', 'no'
- Start and End Date: dd/mm/yyyy
An example of the inputs would be:
Country (uk, ire, aus, usa, rsa): aus
Bet type (win, place): win
Greyhound Only? (yes, no): yes
Start Date (dd/mm/yyyy):01/03/2018
End Date (dd/mm/yyyy):31/07/2018
This would download all the Australian Greyhound racing csv files from the 1st of March 2018 to the 31st of July 2018 (win data only)
This project is licensed under the MIT License - see the LICENSE file for details