joenano / rpscrape

Scrape horse racing results data and racecards.
140 stars 57 forks source link

Remove user settings #106

Closed petedmarsh closed 2 years ago

petedmarsh commented 2 years ago

This file is in .gitignore but is still tracked. It doesn't really make sense to track user-specific settings as part of the repo.

This also adds a small README to explain how to create a user-specific settings file.

In the second commit (bb4e4aa) I've made the script stop prompting for confirmation before falling back to default_settings.toml. If you don't like that change in behaviour I can remove that commit.

joenano commented 2 years ago

Hi pete, thanks for the PRs. There are some conflicts with this one

Conflicting files scripts/utils/settings.py settings/user_settings.toml

petedmarsh commented 2 years ago

I've rebased the branch and fixed the conflicts @joenano, cheers for being so quick with these