Home

Awesome

Cryptocurrency Bot

Usage

Installing Requirements:

pip install -r requirements.txt

Getting API Keys:

Changing Exchanges

exchange = ccxt.bittrex({
    'apiKey': keys['bittrex']['api_key'],
    'secret': keys['bittrex']['api_secret'],
})

Examples

Example bots are in the bots subfolder. I am not liable for anything that happens if you choose to use these bots.