Skip to content

Get notifications of P2P orders when an order is open, completed or closed

License

Notifications You must be signed in to change notification settings

PiyushDixit96/binance-p2p-order-notification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Binance P2P Order Notifier(PYTHON) via Telegram👋

Get Binance P2P order notification when order created, cancelled, paid or completed etc. With this repo you will receive telegram notification for your binance P2P order status.

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 save to Notepad for later use
  3. Open created Bot and click START
  4. Goto @getuseridbot and click START and copy NUMERIC VALUE this is your CHAT ID save to Notepad for later use

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 to Notepad for later use

Give a ⭐️ if this project helped you!


Run Locally

  • Install Python
  • Download or Clone Repo and open it's folder.
  • Create .env file in root folder and copy , paste below code and fill details you saved before
TELEGRAM_TOKEN=your telegram token
TELEGRAM_CHAT_ID=your telegram chat id
BINANCE_API_KEY=binance api key
BINANCE_SECRET_KEY=binance api secret
  • install using this Command pip3 install requirements.txt or pip3 install requests python-binance python-dotenv
  • Run using this Command python3 app.py

DEPLOY TO HEROKU

  1. Create account on Heroku (skip if you have)
  2. Login to Heroku (if you are not)
  3. Click Deploy
  4. Give any name in "App name" field
  5. Fill required fields in "Config Vars"
  6. Click "Deploy app"

Donate using Binance Pay

Scan this QR Code Using Binance App Scanner

BinancePayQR

My Binance Pay ID

182311933

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

About

Get notifications of P2P orders when an order is open, completed or closed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published