/tria-bot

triangle bot for binance exchange

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Tria Bot

Triangle bot for Binance exchange

Warning

This project is currently on Development phase

Quick start

Clone repository and use Docker with docker-compose to build and run images.

  1. Clone repository
git clone https://github.com/lucaslucyk/tria-bot.git
  1. Create .env file with your config
REDIS_OM_URL="redis://tria-redis:6379?decode_responses=True"
REDIS_DATA_URL="redis://tria-redis:6379?decode_responses=True"
REDIS_PUB_SUB_URL="redis://tria-redis:6379?decode_responses=True"
BINANCE_API_KEY="{your-binance-api-key}"
BINANCE_API_SECRET="{your-binance-api-secret}"
  1. Start containers with docker-compose.
docker-compose up -d

Test application

To run tests, use the utility script.

sh script/tests.sh

Contributions and Feedback

I would love to receive contributions and feedback! If you'd like to get involved, please contact me through one of the contact methods in my Profile.

License

This project is licensed under the terms of the MIT license.