My own personal bot integrated with my binance account for quick alerts and checking positions
- Alerts on sudden btc volume change
- Alerts on profit changes
- Check positions
- Check an asset price (e.g. just type 'BTC', it shows value of 'BTCUSDT')
To use this bot,
- Setup your own telegram bot using botfather in telegram and get your token
- Signup with Binance API and get your api key and app secret
- Signup and get the project key from deta.sh, this is where we host our telegram bot
Then set your environment with appropriate values for these keys,
deta_key=
telegram_token=
binance_api_key=
binance_secret_key=<Again same, signup in binance and get this>
my_telegram_id= <This is to make sure, the bot works only for you, you can change the code to skip this>