معرفی شرکت ها


food-search-results-scraper-1.0.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A python library to search keyword and scrape search results data from food.com .
ویژگی مقدار
سیستم عامل -
نام فایل food-search-results-scraper-1.0.0
نام food-search-results-scraper
نسخه کتابخانه 1.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده DataKund
ایمیل نویسنده datakund@gmail.com
آدرس صفحه اصلی https://datakund.com
آدرس اینترنتی https://pypi.org/project/food-search-results-scraper/
مجوز Apache License 2.0
Food-Search-Results-Scraper is a python library to search keyword on food and get search results automatically using browser automation. It currently runs only on windows. ### Example1 In this example we first import library, then we search keyword and get search results. ```sh from food_search_results_scraper import * food.search(keyword='pasta') response=food.search_results() search_results=response['body'] ``` ### Example2:- Get Search Results by calling function 5 times, as it scrolls and loads more data In this example we first import library, then we search keyword and get search results by loading data 5 times. ```sh from food_search_results_scraper import * food.search(keyword='pasta') for i in range(0,5): response=food.search_results() search_results=response['body'] ``` This module depends on the following python modules * [requests](https://pypi.org/project/requests/) * [bot_studio](https://pypi.org/project/bot_studio/) #### BotStudio [bot_studio](https://pypi.org/project/bot_studio/) is needed for browser automation. As soon as this library is imported in code, automated browser will open up in which search will be done. ### Installation ```sh pip install food-search-results-scraper ``` ### Import ```sh from food_search_results_scraper import * ``` ### Search keyword ```sh food.search(keyword='pasta') ``` ### Get search results ```sh response=food.search_results() search_results=response['body'] ``` ### Send Feedback to Developers ```sh bot_studio.send_feedback(feedback="Need help with this ......") ``` ### Contact Us * [Telegram](https://t.me/datakund) * [Website](https://datakund.com)


نحوه نصب


نصب پکیج whl food-search-results-scraper-1.0.0:

    pip install food-search-results-scraper-1.0.0.whl


نصب پکیج tar.gz food-search-results-scraper-1.0.0:

    pip install food-search-results-scraper-1.0.0.tar.gz