3yo Hcap Races UK
I̶ ̶d̶o̶n̶'̶t̶ ̶t̶h̶i̶n̶k̶ ̶B̶e̶t̶f̶a̶i̶r̶'̶s̶ ̶A̶P̶I̶ ̶g̶i̶v̶e̶s̶ ̶t̶h̶e̶ ̶a̶g̶e̶ ̶o̶f̶ ̶e̶a̶c̶h̶ ̶h̶o̶r̶s̶e̶ ̶(̶u̶n̶c̶o̶n̶f̶i̶r̶m̶e̶d̶)̶
edit: Looks like you can access this information from Guardian so it must be on API
If that's the case you'd need to scrape data from a website, check all races for "3YO" and if so save the time
SportingLife should be a good option as the racecards use the date as the URL meaning you can easily specify what days races to grab and they have suitable race descriptions for use ("3YO")
If betting with excel only place bets if event start time != <Any of the days scraped times>,
if betting with Guardian import the days markets into Guardian via BA API at start of day, omitting a market if market name contains <Any of the days scraped times>.
1. Get markets from API
2. Filter them (check mkt name vs scraped list, delete that market if match found)
3. Populate guardian with retained markets (non-3yo races)
Check Bet Angel API guide + test page for importing markets into Guardian.
You would then double click your script file e.g. from desktop instead of adding the markets to Guardian using Guardian itself
If you don't mind waiting until next week, I'll have a go for you.
edit: Looks like you can access this information from Guardian so it must be on API
If that's the case you'd need to scrape data from a website, check all races for "3YO" and if so save the time
SportingLife should be a good option as the racecards use the date as the URL meaning you can easily specify what days races to grab and they have suitable race descriptions for use ("3YO")
If betting with excel only place bets if event start time != <Any of the days scraped times>,
if betting with Guardian import the days markets into Guardian via BA API at start of day, omitting a market if market name contains <Any of the days scraped times>.
1. Get markets from API
2. Filter them (check mkt name vs scraped list, delete that market if match found)
3. Populate guardian with retained markets (non-3yo races)
Check Bet Angel API guide + test page for importing markets into Guardian.
You would then double click your script file e.g. from desktop instead of adding the markets to Guardian using Guardian itself
If you don't mind waiting until next week, I'll have a go for you.
You do not have the required permissions to view the files attached to this post.
Last edited by eightbo on Fri Jul 12, 2024 12:16 pm, edited 1 time in total.