The simplest spot order notifications telegram bot
Set next env variables:
ACCESS_KEY
andSECRET_KEY
from your Huobi accountTELEGRAM_API_TOKEN
- telegram bot API tokenTELEGRAM_USER_ID
- telegram notifications reciver user id
optional env variables:
SYMBOLS
- list of tracked symbols. Example:btcusdt,ethusdt
.
Create app and add next buildpacks:
- Python Poetry Buildpack
- Heroku Python Buildpack