معرفی شرکت ها


coindesk-scraper-1.0.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A python library to scrape Coindesk
ویژگی مقدار
سیستم عامل -
نام فایل coindesk-scraper-1.0.2
نام coindesk-scraper
نسخه کتابخانه 1.0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده DataKund
ایمیل نویسنده datakund@gmail.com
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/coindesk-scraper/
مجوز Apache License 2.0
Coin Desk Scraper is a python library to scrape bitcoin details, using browser automation. It currently runs only on windows. ## Scrape bitcoin details * In this, we first import library, then we fetched data using simple function. * Replace below currency link with **"link"** ```sh from coindesk_scraper import * response=coindesk.bitcoin(currency_link="https://www.coindesk.com/price/ethereum/") ``` ### Response Data ```json "price": "3,177.78", "price_24_changed": "-2.77%", "price_24_low": "$3,144.64", "price_24_high": "$3,297.16", "market_capital": "$373.90B", "volume": "$726.17M" ``` #### Bot Studio For this project, we implemented an automated browser that scrapes bitcoin details. [Bot Studio](https://pypi.org/project/botstudio/) is needed for browser automation. As soon as we import the library in code, an automated browser will open up the given url is loaded and scrapes the data from it. ### Installation ```sh pip install coindesk-scraper ``` ### Import ```sh from coindesk_scraper import * ``` ### Get bitcoin details ```sh response=coindesk.bitcoin(currency_link="https://www.coindesk.com/price/ethereum/") ``` ### Send Feedback to Developers ```sh bot_studio.send_feedback(feedback="Need help with this ......") ``` ### Run Bot on Cloud You can run bot on [Cloud](https://datakund.com/products/coindesk). ### Contact Us * [Telegram](https://t.me/datakund) * [Website](https://datakund.com)


نحوه نصب


نصب پکیج whl coindesk-scraper-1.0.2:

    pip install coindesk-scraper-1.0.2.whl


نصب پکیج tar.gz coindesk-scraper-1.0.2:

    pip install coindesk-scraper-1.0.2.tar.gz