Python package, scraping recipes from all over the internet
Project description
## Recipe scrapers
[](https://travis-ci.org/hhursev/recipe-scraper)
A simple web scraping tool for recipe sites I use in a project of mine that makes sense to live as a separate package. No Python 2 support.
pip install git+git://github.com/hhursev/recipe-scraper.git
then:
from recipe_scrapers import scrap_me
# give the url as a string, it can be url from any site listed below scrap_me = scrap_me(’http://allrecipes.com/Recipe/Apple-Cake-Iv/Detail.aspx’)
scrap_me.title() scrap_me.total_time() scrap_me.ingredients() scrap_me.instructions()
### Contribute
Part of the reason I want this open sourced is because if a site makes a design change, the scraper for it should be modified.
If you spot a design change (or something else) that makes the scrapers unable to work for the given site - please fire an issue asap.
- If you are programmer PRs with fixes are warmly welcomed and acknowledged with a virtual beer
:beer:.
### Scrapers available for:
[http://finedininglovers.com/](https://www.finedininglovers.com/)
[http://mybakingaddiction.com/](http://mybakingaddiction.com/)
[http://thevintagemixer.com/](http://www.thevintagemixer.com/)
[http://twopeasandtheirpod.com/](http://twopeasandtheirpod.com/)
[http://whatsgabycooking.com/](http://whatsgabycooking.com/)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file openeats-recipe-scraper-1.0.2.tar.gz.
File metadata
- Download URL: openeats-recipe-scraper-1.0.2.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
468c4b06c09c6af8e703029ee3836f47e65db7e617bf2ad8c78623c25b2c752a
|
|
| MD5 |
012c521483cfcd69a11841e0ba90d526
|
|
| BLAKE2b-256 |
7167ca2498e28d1b47d75843aaeb1240005e94118d15017af81540020aeb04df
|
File details
Details for the file openeats_recipe_scraper-1.0.2-py2-none-any.whl.
File metadata
- Download URL: openeats_recipe_scraper-1.0.2-py2-none-any.whl
- Upload date:
- Size: 43.4 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
136ce02498e1a20654b93129bcc66391d32d66526976888757da3cf8248df8f4
|
|
| MD5 |
d761e9f78c3262d2cbe8657e73e6666c
|
|
| BLAKE2b-256 |
d31d114896738fa9d5142be095fde8cca89f7a2868ab9ea147121ef73ad2d307
|