/altcoin-autosell

Script that continuously autosells altcoins for BTC.

Primary LanguagePythonApache License 2.0Apache-2.0

altcoin-autosell

Script that continuously autosells altcoins for BTC. Supported exchanges:

Exchanges that could be supported:

Configuration file should go in ~/.altcoin-autosell.config, e.g.:

[General]
target_currency = BTC  # optional, currency to convert to
poll_delay = 60  # optional, number of seconds to sleep between polls
request_delay = 1 # optional, number of seconds to sleep between requests

[CoinEx]
api_key = abc123
api_secret = 456def

[Cryptsy]
api_public_key = abc123
api_private_key = 456def

The script currently only works with Python 2.7.