Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Requests with requests-cache #12

Open
kayoMichael opened this issue Feb 18, 2025 · 0 comments
Open

Replace Requests with requests-cache #12

kayoMichael opened this issue Feb 18, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@kayoMichael
Copy link
Owner

Since most of the Websites scrapped have strict rate limits, it might be better to replace all the requests library used in BaseDataScrapper and BaseDataSetScrapper to use requests-cache so that same api calls can be cached and therefore prevent time loss from rate limits after intial calls. It should use the sqlite (default) caching method for persistant storing of api responses so that moving forward refetching the data will be much faster.

@kayoMichael kayoMichael added the enhancement New feature or request label Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant