Skip to content

DeKabilan/crypto_price_module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages