This small app notify you in Telegram when order placed, canceled or filled. Unfortunately official Binance App don't have this function.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
The following dependencies are required to run an app:
- NodeJS
- Npm
Install NodeJS and npm
brew install node
You need rename ./config/default.json.sample
to default.json
and add yours ApiKey, SecretKey and chatID.
You can get your chatID by sending /getid message to bot @myidbot in Telegram.
You can add as many users as you want.
Clone the code from github
git clone https://github.com/kutovoys/binance-order-notifier.git
Build the project from the root directory
npm install
Start the application
npm start