A library to getting crypto price.
pip3 install get-crypto-price
from get_crypto_price import get_crypto_price
# get_crypto_price(source = "bitstamp", crypto="btc", pair = "usdt")
print(get_crypto_price())
-h, --help show this help message and exit
-s SOURCE, --source SOURCE
Source
-c CRYPTO, --crypto CRYPTO
Crypto
-p PAIR, --pair PAIR Pair
get_crypto_price