معرفی شرکت ها


atv-search-results-scraper-1.0.1


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 atv.com .
ویژگی مقدار
سیستم عامل -
نام فایل atv-search-results-scraper-1.0.1
نام atv-search-results-scraper
نسخه کتابخانه 1.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده DataKund
ایمیل نویسنده datakund@gmail.com
آدرس صفحه اصلی https://datakund.com
آدرس اینترنتی https://pypi.org/project/atv-search-results-scraper/
مجوز Apache License 2.0
Atv-Search-Results-Scraper is a python library to search keyword on atv.com and get search results automatically using browser automation. It currently runs only on windows. ### Example In this example we first import library, then we search keyword and get search results. ```sh from atv_search_results_scraper import * atv.search(keyword='honda') response=atv.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 atv-search-results-scraper ``` ### Import ```sh from atv_search_results_scraper import * ``` ### Search keyword ```sh atv.search(keyword='honda') ``` ### Get search results ```sh response=atv.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 atv-search-results-scraper-1.0.1:

    pip install atv-search-results-scraper-1.0.1.whl


نصب پکیج tar.gz atv-search-results-scraper-1.0.1:

    pip install atv-search-results-scraper-1.0.1.tar.gz