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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file CryptoPriceBIN-1.0.0.tar.gz.
File metadata
- Download URL: CryptoPriceBIN-1.0.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3142339ebb8ebbc2791e397b21bbb922b576045fabe88f33c0c3ee5d566aa90b
|
|
| MD5 |
f1306061590f867841460951892f7de7
|
|
| BLAKE2b-256 |
5f84bb938ee56c994bc845135ef744f1a24269a4fa107862de873f3d168e7d45
|
File details
Details for the file CryptoPriceBIN-1.0.0-py3-none-any.whl.
File metadata
- Download URL: CryptoPriceBIN-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70ebfec76ea63fc1bdf6c629fbcd5147818d0bb814ccb7a1e69704257f94686a
|
|
| MD5 |
67bd6a464973160e6acf09e48e702ce8
|
|
| BLAKE2b-256 |
92241262d919f90e36455bd3027553fc38a0f408150cd9d4c5fe8b4f76745ef9
|