Skip to main content

A webscraping package to search for recipes URL's

Project description

recipe-searchers

A simple web / api scraping tool for searching for recipe links, inspired by (and possibly for use with) recipe-scapers.

To install

pip install recipe-searchers

To use

from recipe_searchers import search_recipe

result = search_recipe("panna cotta")
print(f"Found results: \n {result}")

search_recipe() returns an object in the form of:

@dataclass
class SearchResult:
    keyword : str
    # str = website, List = results
    results : Dict[str, List[RecipeLink]]

Where results is a pair of Website for every website it has found results and a list of results.

Searchers available for:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

recipe-searchers-0.0.7.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

recipe_searchers-0.0.7-py3-none-any.whl (11.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page