recipe-searchers

A webscraping package to search for recipes URL's


License
MIT
Install
pip install recipe-searchers==0.0.7

Documentation

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: