Skip to content

Simple terminal-based Cryptocurrency price tracker using the GDAX api

Notifications You must be signed in to change notification settings

its-sarin/CryptoTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CryptoTracker

Simple terminal-based Cryptocurrency price tracker using the GDAX api

Default view: Screenshot With price differences suppressed: Screenshot

Requirements

pip install GDAX getkey blessings

Usage

To show all three cryptocurrencies (BTC, ETH, LTC):

python crypto_tracker.py

To limit which cryptocurrencies to track:

python crypto_tracker.py -b
python crypto_tracker.py -e
python crypto_tracker.py -l
python crypto_tracker.py -b -l

To display the percent difference since day's open price:

python crypto_tracker.py -p
python crypto_tracker.py --pdiff

To display time of last received update:

python crypto_tracker.py -t
python crypto_tracker.py --time

Press Escape to quit

Known Issues

  • Websocket does on occasion drop out, either due to server or client connection. When this happens there is no automatic reconnect and you will have to quit out manually and restart. For this reason, an optional display of last update time was added so it's easier to notice when this has happened.

Releases

No releases published

Packages

No packages published

Languages