Skip to content

This is crypto trader coded with python, using the bitso api and deployed with docker.

Notifications You must be signed in to change notification settings

GerryLarios/bitso-trader

Repository files navigation

bitso-trader

This app is an etrader coded with python, using the bitso api and setup with docker.

Setup

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

Run the app

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

Final notes

DON'T USE THIS BOT TO TRADE! I'M NOT RESPONSABLE OF CASH LOSES!

About

This is crypto trader coded with python, using the bitso api and deployed with docker.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published