Skip to content

Application that receives binance events via API and sends notification to telegram.

License

Notifications You must be signed in to change notification settings

tatarysh/binance-notifier

Repository files navigation

Binance Notifier

The application was created to notify on a Telegram about orders that have been filled on the Binance exchange.

Telegram screenshot

I recommend using pm2 to monitor the application.

If you have an idea, suggestion or just want to report a bug? Just create an issue on GitHub.

Installation

git clone https://github.com/tatarysh/binance-notifier.git
cd binance-notifier
yarn install
yarn build

You must define the following environment variables in your .env file:

  • BINANCE_API_KEY
  • BINANCE_SECRET_KEY
  • TELEGRAM_TOKEN
  • TELEGRAM_CHAT_ID
cp .env.example .env
nano .env

If you set all the variables, you can start the applications.

yarn start

Environments variable

  • EXECUTION_REPORT_STATUSES - defines for which order statuses the notification is to be sent (default: FILLED,PARTIALLY_FILLED)

TODO:

  • tests
  • logs
  • multiple channels
  • price alerts (?)

About

Application that receives binance events via API and sends notification to telegram.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published