Hi Dave, I see your Python / Scraping skills know no bounds. But it appears that you have stopped coding now
May I ask a favour of anyone else?
Would it possible to scrape certain data from race cards, each day from the Racing Post?
All I would need is the time of each race , the horse names and their last three race positions.
I am imaging when ran it would spit out something like the following for each race in the day at each meeting:
13:00 Redcar
1. Joe Bloggs 1,5,7
2. Granny Smith 3,F,5
3. Dusty Rug 2,0,4
....
And so on
In a .CSV file maybe
Where would be the best place to learn how to do the above? I'm not really interested in taking up a career in Python Coding, I am simply want the above developed and then I'd be happy to stop there ha ha
May I ask a favour of anyone else?
Would it possible to scrape certain data from race cards, each day from the Racing Post?
All I would need is the time of each race , the horse names and their last three race positions.
I am imaging when ran it would spit out something like the following for each race in the day at each meeting:
13:00 Redcar
1. Joe Bloggs 1,5,7
2. Granny Smith 3,F,5
3. Dusty Rug 2,0,4
....
And so on
In a .CSV file maybe
Where would be the best place to learn how to do the above? I'm not really interested in taking up a career in Python Coding, I am simply want the above developed and then I'd be happy to stop there ha ha
Last edited: