This app is an etrader coded with python, using the bitso api and setup with docker.
Set the env
file with your credentials
cp .env.sample .env
Write your credentials
POSTGRES_USER=postgres
POSTGRES_PASSWORD=password
POSTGRES_DB=trade_development
HOST=database
PORT=5432
BITSO_API_KEY=123456789IDbitsoapi
BITSO_API_SECRET=123456789secretbitsoapi
User docker to setup the app
docker-compose up
if you need to check the database (Postgres) you can run the following app
docker-compose exec database bash
and then you have to enter into psql
psql --dbname=trade_development --user=postgres --host=database
DON'T USE THIS BOT TO TRADE! I'M NOT RESPONSABLE OF CASH LOSES!