Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 718 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 718 Bytes

What is it? Docker Cloud Build Status

It's a bot that sends you notifications on Telegram if your eth balance goes below the specified threshold.

How to use it

  1. Copy docker-compose.yml to your dir, you don't need other files
  2. Go to @BotFather and create a telegram BOT
  3. Get a TOKEN for your BOT ( 123451298:BBA5x9ple0jJM7xyz....xyz)
  4. Get groupId for your group to where the bot will post messages (just invite @getidsbot to your group): CHAT_ID=-123456789
  5. Set THRESHOLD=1 - in eth
  6. Put those values into docker-compose.yml file
  7. Run docker-compose up -d