Free, open source crypto trading bot
Go to file
gcarq ef4b7eed3b update gitignore 2017-05-18 02:13:02 +02:00
rpc update gitignore; remove cache files 2017-05-18 02:13:02 +02:00
.gitignore update gitignore 2017-05-18 02:13:02 +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 reducre complexity 2017-05-18 02:13:02 +02:00
persistence.py initial commit 2017-05-12 19:11:56 +02:00
requirements.txt freeze urllib3 1.2.0 2017-05-18 02:13:02 +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