Free, open source crypto trading bot
Go to file
gcarq 419f6ea2ca update README; make main.py executable 2017-05-18 02:13:02 +02:00
rpc initial commit 2017-05-12 19:11:56 +02:00
.gitignore initial commit 2017-05-12 19:11:56 +02:00
README.md update README; make main.py executable 2017-05-18 02:13:02 +02:00
config.json.example initial commit 2017-05-12 19:11:56 +02:00
exchange.py initial commit 2017-05-12 19:11:56 +02:00
main.py update README; make main.py executable 2017-05-18 02:13:02 +02:00
persistence.py initial commit 2017-05-12 19:11:56 +02:00
requirements.txt initial commit 2017-05-12 19:11:56 +02:00
utils.py initial commit 2017-05-12 19:11:56 +02:00

README.md

marginbot

Cryptocurrency micro trading bot

cd marginbot/
cp config.json.example config.json
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
./main.py