Skip to content

onuratakan/get_crypto_price

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Crypto Price

A library to getting crypto price.

Install

pip3 install get-crypto-price

Using

In another script

from get_crypto_price import get_crypto_price
# get_crypto_price(source = "bitstamp", crypto="btc", pair = "usdt")
print(get_crypto_price())

In command line

  -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