joenano / rpscrape

Scrape horse racing results data and racecards.
143 stars 59 forks source link

Trainer / Jockey ID Missing from Racecards #96

Closed patem2 closed 2 years ago

patem2 commented 2 years ago

Hi,

I'd raised this as a discussion previously as I thought the new additions to the user settings TOML file we're specific to the rpscrape.py program, but I think they apply to both.

I've changed the user settings TOML file to the following

race_id = true # RP race ID course_id = true # RP Course ID horse_id = true # RP Horse ID jockey_id = true # RP Jockey ID trainer_id = true # RP Trainer ID

The 1st 3 above seem to be included in the racecards.py file but the jockey / trainer ID seems to be missing from the JSON files.

Can you take a look and advise if it's an issue please?

Thanks in advance for your support.

BW Mark

joenano commented 2 years ago

the settings apply only to rpscrape.py, not racecards