A Slack Bot for interacting with the Poloniex API, allowing you to buy and sell cryptocurrencies as well as receive alerts on price changes. Perfect for the altcoin daytrader!
Quick Demo:
- coins - list coins available in account
- balance - list coin balances in account
- alerts - check for pricing alerts for available coins
- price - see latest price for a coin
- buy - create a Buy Order!
- sell - create a Sell Order!
pip install -r requirements.txt
- Modify slackbot/plugins/polo.py and add your API Key/Secret Key
- Modify slockbot/settings.py and add your Slackbot API key
python run.py