bitrader
bitrader copied to clipboard
Bitcoin Arbitrage utilities
======== BITRADER
Bitcoin Arbitrage utilities. Telegram bot included for free!
- 2017-11-05: Version 0.12.0 released! Bot now sends pretty graphs if you ask for /status :-)
- 2017-06-14: Now also supports Ethereum and Litecoin!
Quickstart
- Download code and install dependencies
.. code-block:: bash
git clone https://github.com/jr-minnaar/bitrader.git
cd bitrader
python3 -m venv venv
source venv/bin/activate
pip install -e .
cp .env-example .env
- Configure secrets
- Get your Telegram Bot token: https://core.telegram.org/bots#3-how-do-i-create-a-bot
- Sign up with
Kraken <https://www.kraken.com>
_ and get your API key under Settings > API. - Do the same for
Luno <https://www.luno.com>
_.
Edit the .env file and add all the relevant keys and tokens as indicated by the example .env file.
- Run the bot
.. code-block:: bash
arbot
No parameters needed! Then type /start in chat with your brand new Bitcoin Arbitrage bot.
- Profit!!!