Binance order notification when order created, cancelled or filled etc.. With this repo you will receive telegram notification for your binance spot order status.
This repo sends TELEGRAM ALERTS for BINANCE ORDER STATUS like CREATED, PARTIALLY FILLED, FILLED, CANCELLED, PENDING CANCEL, REJECTED, EXPIRED etc.
- when new commit/update happens, you need to create new heroku app using Deploy to heroku button,
- So that you can use the new feature.
- Create account on Telegram (skip if you have)
- Create Telegram Bot Goto Bot help follow steps at the END Copy TOKEN
- Open created Bot and click START
- Goto @getuseridbot and click START and copy NUMERIC VALUE this is your CHAT ID
- Signup for Binance (skip if you have)
- Enable Two-factor Authentication (skip if you're done already)
- Go API Center, Create New Api Key and follow steps and at the END, SET API restrictions to **ENABLE READING ** only
- Copy API Key and Secret Key save and Notepad for later use
- Create account on Heroku (skip if you have)
- Login to Heroku (if you are not)
- Click
- Give any name in "App name" field
- Fill required fields in "Config Vars"
- Click "Deploy app"
- When you see , "Your app was successfully deployed." then you need the start the app if your app did not started automatically.
- Now Enjoy
- Download and install python
- Download Repo and open Repo root folder.
- Create .env in root folder and copy , paste below code
BINANCE_API_KEY="your binance api key"
BINANCE_SECRET_KEY="your binance api secret"
TELEGRAM_TOKEN="your telegram token"
TELEGRAM_CHAT_ID="your telegram chat id"
- Edit required fields in .env file and save
- Open terminal on current folder
- Run this command to install
python spot.py
👤 Piyush Dixit
- Twitter: @PiyushDixit_
- Github: @PiyushDixit96
- Telegram: @Killer_PD
Give a ⭐️ if this project helped you!
Copyright © 2021 @PiyushDixit96.
This project is MIT licensed.