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

Remove reppy, add Crawl-delay, prep for 0.4.0 #11

Merged
merged 2 commits into from
Sep 27, 2023
Merged

Conversation

micahcochran
Copy link
Owner

@micahcochran micahcochran commented Sep 25, 2023

  • Remove reppy dependency, this is a C++ dependency, replaced with Python standard library urllib.robotparser. Merging closes Issue Installation problems with reppy #10.
  • Add support for Crawl-delay in robots.txt, which requires a certain number of second delay between page requests.
  • Add website Foodista as a source.
  • Update recipe-scrapers to work with 14.48.0. The library's interface has been improved.
  • Correct some of the typing syntax. There are still some issues.
  • Add requirements-dev.txt for development. It adds external libraries typing.
  • Prepare for version 0.4.0.

TODO: Update requirements.txt based on soon scrape-schema-recipe release.
Update requirements.txt to newer dependencies in f07ecef

@micahcochran micahcochran merged commit 674ec47 into master Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant