Skip to content

Python script to check price for portfolio on CoinMarketCap.

License

Notifications You must be signed in to change notification settings

Sean2108/Crypto-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto-Checker (No longer working, API was deprecated)

Python script to check price for selected portfolio from CoinMarketCap. Requires requests.

To use, edit config.json so that it contains the symbols of the coins in your portfolio in 'tracked_coins' (eg. BTC, ETH), and your desired currency in 'currency'.

Valid fiat currency values are: "AUD", "BRL", "CAD", "CHF", "CLP", "CNY", "CZK", "DKK", "EUR", "GBP", "HKD", "HUF", "IDR", "ILS", "INR", "JPY", "KRW", "MXN", "MYR", "NOK", "NZD", "PHP", "PKR", "PLN", "RUB", "SEK", "SGD", "THB", "TRY", "TWD", "ZAR"

Valid cryptocurrency values include: "BTC", "ETH" "XRP", "LTC", "BCH"

Then, place the 3 files in the same directory and add the following line to your .bashrc:

python path/to/crypto_checker.py

On terminal startup, the prices of each cryptocurrency in your portfolio will be listed in your desired currency.

About

Python script to check price for portfolio on CoinMarketCap.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages