hhursev / recipe-scrapers

Python package for scraping recipes data
MIT License
1.66k stars 514 forks source link

New scraper for argiro.gr with tests and new equipment method #958

Closed Fagogenis closed 6 months ago

Fagogenis commented 8 months ago
  1. Added a new scraper for https://www.argiro.gr/
  2. Added new equipment method to get the equipment needed for a recipe. It showed up in https://www.argiro.gr/ so I decided to add it as a new feature. I am not really sure if I added correctly though because I use some new libraries that the project didn't include.
  3. Added 1 test for https://www.argiro.gr/
hhursev commented 8 months ago

Hey, I'd like to merge this but will need you to:

Fagogenis commented 6 months ago

I removed the equipment method and the selenium depency. Now the scraper must be ready.

jknndy commented 6 months ago

@Fagogenis, just pushed a small linting fix but otherwise looks good for merge! While this PR was in progress I added the ability to have equipment as a possible output (see #982)

Once this is merged in I'll open a new PR that adds the equipment coverage using the new method.