0.0
No commit activity in last 3 years
No release in over 3 years
Another gem REPL to manage your bitso account
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
~> 10.0
~> 3.0

Runtime

 Project Readme

BitsDealer

BitsDealer is a command line interface that helps you to manage your bitso account, like buy coins, sell them, check ticks or your orders, it makes use of Bitsor gem, a Bitso V3 API.

Installation

Simply run the following command to install it on your current ruby version (2.4.2 is recommended)

gem install bits_dealer

Once you install the gem, run the command bits_dealer to setup you account, you will need your client_id aswell as the API keys.

The configuration steps will ask you for a password to encrypt all you information on your home folder, and ask you again each time you open the terminal, all this for security reasons.

Usage

BitsDealer support the following actions:

balance
books
cancel_order
new_order
open_order
tickers
help / ?
exit / quit

You can call them manually from the console after execute bits_dealer or through the help menu. Ex

Help menu: help menu

Place an order: place an order

List tickers: list tickers

Tips

Type ? to access the quick menu

Type quit or exit to close the session

If you dont want to perform the command you can cancel it with CTRL + c.

Development

After checking out the repo, run rake install to intall this gem locally,

then open it from the executables folder exe/bits_dealer

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/rodacato/bits_dealer.

License

The gem is available as open source under the terms of the MIT License.