Skip to main content

A Python Module that gives us current Crypto Prices

Project description

CryptoPriceBIN

Python module for fetching data from binance.com

How this works

Scraps the information from the HTML of the page using beautifulsoup4 .

Requirements

BeautifulSoup4 pip install bs4
Requests pip install requests

Installation

pip install CryptoPriceBIN

Usage

from CryptoPriceBIN import CryptoPriceBIN

print(CryptoPriceBIN.CryptoPriceBIN.CryptoPrice("ethereum"))

Output

 '$ 1264.64'

Disclaimer

I'm in no way related to that website / person behind it / the kind of information hosted on it. The author of this library isn't responsible for what you do with this library.

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

CryptoPriceBIN-1.0.0.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

CryptoPriceBIN-1.0.0-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

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