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.6.tar.gz (5.7 kB view details)

Uploaded Source

Built Distribution

recipe_searchers-0.0.6-py3-none-any.whl (14.3 kB view details)

Uploaded Python 3

File details

Details for the file recipe-searchers-0.0.6.tar.gz.

File metadata

  • Download URL: recipe-searchers-0.0.6.tar.gz
  • Upload date:
  • Size: 5.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.5

File hashes

Hashes for recipe-searchers-0.0.6.tar.gz
Algorithm Hash digest
SHA256 d73bbdcc8291a182b6807f35b8cc77c71438a88be9df326c7b89709b2d9e59fd
MD5 a00efdf76f8dd3c0dcb627eba0eeb62e
BLAKE2b-256 306d272a109ea630d810b5efb7c9bd9e4f9f240d02e39753e7501e67d34aa517

See more details on using hashes here.

File details

Details for the file recipe_searchers-0.0.6-py3-none-any.whl.

File metadata

  • Download URL: recipe_searchers-0.0.6-py3-none-any.whl
  • Upload date:
  • Size: 14.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.5

File hashes

Hashes for recipe_searchers-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 4a6a082abd4141d876501d27c7dd26887719c2e53212416ca02df68059f4e870
MD5 3a9e74df0f151f25e44f680a4caf8ab4
BLAKE2b-256 02e973efdf22c21bbf4250f0f8b500eb5411122db570a943a8212c37834f00f1

See more details on using hashes here.

Supported by

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