Categorygithub.com/dotuanson/binance-bot
repository
0.0.0-20240716092857-240d71d11dcb
Repository: https://github.com/dotuanson/binance-bot.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

📋 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