Skip to content

dotuanson/binance-bot

Repository files navigation

📋 Table of Contents

📑 About the project

Binance bot is a repo building a trading bot using Binance API

💻 Built with

🛠 Getting started

📎 Prerequisites

  • Go 1.20.2
  • GNU Make 3.81

📎 Installation

  1. Clone the repo
git clone https://github.com/dotuanson/binance-bot
  1. Create dev.env file and filling your configurations
COIN_LIST=""
API_KEY=""
SECRET_KEY=""
BASE_URL=""
TELEGRAM_TOKEN=""
TELEGRAM_CHATID=""

🤖 Usage

📌 Golang testing

make test

📌 Golang building

make build

📌 Docker compose

make deploy

👋 Contributing to project

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/<YOUR-FEATURE>)
  3. Commit your Changes (git commit -m 'Add some <YOUR-FEATURE>')
  4. Push to the Branch (git push origin feature/<YOUR-FEATURE>)
  5. Open a Pull Request

👨‍💻 Contributors

About

A trading bot binance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published