Skip to content

rsxm/bitrader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

1. Download code and install dependencies

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

2. Configure secrets

Edit the .env file and add all the relevant keys and tokens as indicated by the example .env file.

3. Run the bot

arbot

No parameters needed! Then type /start in chat with your brand new Bitcoin Arbitrage bot.

4. Profit!!!