Skip to content

Firlej/binance-trading-bot

Repository files navigation

binance-trading-bot

Setup

Create .env file based on .env.example file

cp .env.example .env
rm -rf venv 
python3 -m venv venv
source venv/bin/activate
pip install ccxt asyncio python-dotenv numpy
pip freeze > requirements.txt
pip install -r requirements.txt

Stop and remove containers, rebuild new images, run new containers,

sudo docker-compose down --remove-orphans
sudo docker-compose up --build --always-recreate-deps --detach --force-recreate
sudo docker-compose logs --follow --timestamps

bash into container

docker-compose exec bot-o bash

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published