The official form bookWhat's the source of your data?
Cheers will take a lookFor today's cards, which includes time, course, jockey, trainer etc.
![]()
GitHub - joenano/rpscrape: Scrape horse racing results data and racecards.
Scrape horse racing results data and racecards. Contribute to joenano/rpscrape development by creating an account on GitHub.github.com
Hi do you use this yourselfFor today's cards, which includes time, course, jockey, trainer etc.
![]()
GitHub - joenano/rpscrape: Scrape horse racing results data and racecards.
Scrape horse racing results data and racecards. Contribute to joenano/rpscrape development by creating an account on GitHub.github.com
Thought it's was a CSV fileIt's a json object that's output:
$ pwd
/c/Users/garry/rpscrape/scripts
$ python racecards.py today
$ ll -h ../racecards/2021-08-12.json
-rw-r--r-- 1 197121 755K Aug 12 09:08 ../racecards/2021-08-12.json
If you have python installed, you can just run:
$ python -m json.tool ../racecards/2021-08-12.json
which will pretty print the json for you