Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 439 Bytes

File metadata and controls

15 lines (8 loc) · 439 Bytes

ticker.py

A Bitcoin price ticker for the command line. Intended to be run inside a tmux pane.

Default is GBP. Use any currency supported by the coindesk api.

Updates every 60 seconds and plots a simple graph as it goes. You can resize the display while it's running.

usage:

python ticker.py -c USD

-l or --list to list all available currencies.

-m [number] or --mycoins=[number] to display the value of your coins.