Skip to content

stallings/altcoin-autosell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Script that continuously autosells altcoins for BTC.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%