It's a bot that sends you notifications on Telegram if your eth balance goes below the specified threshold.
- Copy
docker-compose.yml
to your dir, you don't need other files - Go to @BotFather and create a telegram BOT
- Get a
TOKEN
for your BOT ( 123451298:BBA5x9ple0jJM7xyz....xyz) - Get groupId for your group to where the bot will post messages (just invite @getidsbot to your group):
CHAT_ID=-123456789
- Set
THRESHOLD=1
- in eth - Put those values into
docker-compose.yml
file - Run
docker-compose up -d