Skip to content

djmeph/binance-sell-alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binance Buy Alerts for Telegram

This is a simple script that looks for buy orders on Binance and sends an alert via Telegram.

Create a configuration file in the root folder called config.json using the following format:

{
  "binance": {
    "key": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
    "secret": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
  },
  "telegram": {
    "token": "000000000:XXXXXXXX-XXXXXXXXXXXXXXXXXXXXXXXXXX",
    "chatId": "00000000"
  }
}

When creating an API key for this on Binance, it is highly recommended to set it to read-only and restrict it to the public IP address of the server it's running on.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published