Project

btcl

0.04
No commit activity in last 3 years
No release in over 3 years
Follow Bitcoin markets from your terminal. btcl is a Bitcoin Market Price Client that uses bitcoin markets api to retrieve real-time data.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

btcl

Follow Bitcoin markets from your terminal.

btcl is a cli for retrieving Bitcoin prices from your command-line instantly. You can choose to get the top market or retrieve a single price quote with the exchange symbol from bitcoincharts.

$ btcl mtgoxUSD
847.0

Install

Install via rubygems

$ gem install btcl

Install via Docker

$ docker build -t btcl github.com/jawerty/btcl
$ docker run btcl

Usage

Retrieve the prices from the top exchanges.

$ btcl

Alt text

Quickly retrieve the ask price from a single exchange. The first argument is the symbol used on bitcoincharts.com (see all market symbols at bitcoincharts.com/markets/).

$ btcl mtgoxUSD
847.0

Alt text

Get more prices.

$ btcl mtgoxUSD --verbose

or

$ btcl mtgoxUSD -v

Alt text

Contact

If you would like to contact me for further information on the project, see the info below.

Email: jawerty210@gmail.com

Github: jawerty

Twitter: @jawerty

Blog: http://jawerty.github.io