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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: recipe-searchers-0.0.5.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.5.tar.gz
Algorithm Hash digest
SHA256 d52eef35f3ee99a73809f732b9fee8341837936f3da4157b48b7d5d40c48dded
MD5 49cbc9430b928489d0ced591da4bcb61
BLAKE2b-256 74be27c5e10cfb059b5978c662cc338ce42ffcf3fec4303ceb60429337fe04b9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: recipe_searchers-0.0.5-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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 322e2b99d6e3acd1eb510fddd402cf5617f516697c495d0fd8576fbd3065a695
MD5 5fd9e557d81bfcdcfc169e5cfb1e666c
BLAKE2b-256 452a5a484235a88a4178f680cf9bb7e8240b902020cd0a0e3c182a2a32319bc7

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