Binance bot is a repo building a trading bot using Binance API
- Go
1.20.2
- GNU Make
3.81
- Clone the repo
git clone https://github.com/dotuanson/binance-bot
- Create
dev.env
file and filling your configurations
COIN_LIST=""
API_KEY=""
SECRET_KEY=""
BASE_URL=""
TELEGRAM_TOKEN=""
TELEGRAM_CHATID=""
make test
make build
make deploy
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/<YOUR-FEATURE>
) - Commit your Changes (
git commit -m 'Add some <YOUR-FEATURE>'
) - Push to the Branch (
git push origin feature/<YOUR-FEATURE>
) - Open a Pull Request