aboutsummaryrefslogtreecommitdiff

Welcome to Binance Spot Order Notifier(NodeJS) via Telegram👋

Binance order notification when order created, cancelled or filled etc.. With this repo you will receive telegram notification for your binance spot order status.

Version License: MIT Twitter: PiyushDixit_

Please contact us for Future Order notification bot. Telegram: @Killer_PD

Deploy to Heroku

Deploy

- 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.

Setup before Deploy to Heroku

SETUP TELEGRAM BOT

  1. Create account on Telegram (skip if you have)
  2. Create Telegram Bot Goto Bot help follow steps at the END Copy TOKEN
  3. Open created Bot and click START
  4. Goto @getuseridbot and click START and copy NUMERIC VALUE this is your CHAT ID

SETUP BINANCE ACCOUNT

  1. Signup for Binance (skip if you have)
  2. Enable Two-factor Authentication (skip if you're done already)
  3. Go API Center, Create New Api Key and follow steps and at the END, SET API restrictions to ENABLE READING only
  4. Copy API Key and Secret Key save and Notepad for later use

DEPLOY TO HEROKU

  1. Create account on Heroku (skip if you have)
  2. Login to Heroku (if you are not)
  3. Click Deploy

fullUntitled

  1. Give any name in "App name" field
  2. Fill required fields in "Config Vars"
  3. Click "Deploy app"
  4. When you see , "Your app was successfully deployed." then your bot started automatically.
  5. important step for preventing idling heroku app. Click "View" and copy URL when new tab open in your browser

DSCapture

  1. Goto UptimeRobot and Create free account
  2. Click "Add New Monitor"
  3. Monitor Type : HTTPS
  4. Friendly Name : any name
  5. URL (or IP): paste URL of your app. (you copy URL in Step 8)
  6. Monitoring Interval : 20 minutes
  7. Click " Create Monitor "
  8. Now Enjoy

>

Give a ⭐️ if this project helped you!

Run Locally

  • Download and install NodeJs
  • Download Repo and open Repo root folder.
  • Create .env in root folder and copy , paste below code ```sh TELEGRAM_TOKEN="you telegram token" TELEGRAM_CHAT_ID="your telegram chat id" BINANCE_API_KEY="binance api key" BINANCE_SECRET_KEY="binance api secret"

`` - Edit required fields in .env file and save - Open terminal on current folder - Run this command to installnpm install- Run this to startnpm start`

Author

👤 Piyush Dixit

Show your support

Give a ⭐️ if this project helped you!

If this library helped you out feel free to donate.

  • BTC: bc1qqewkmv335jdrt0jz6rn9sdm4jltd60qfw24fr9
  • ETH: 0xE7212AAD5A8cE7eb02eF9Bee05332A679811dAf1
  • NEO: AUp6giUAxQ3Y3RY8bUCuHrTa7HU25Ltuh4
  • BNB: bnb1h6gylq3xgrxmw7t8k2r8e0xn7rquefeqjfcanx

📝 License

Copyright © 2021 @PiyushDixit96.
This project is MIT licensed.