Skip to content

Commit

Permalink
add telegram instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ordinariusprof committed Mar 21, 2024
1 parent 659ad01 commit 3dd3cc8
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,17 @@ npm i
`npm run start`

# Monitor
* you can bookmark your miner, exchange and rare sat collection address page on http://mempool.space and see funds move between them.
* receive slack webhooks or telegram chat messages (email coming soon...) for updates on activity of your funds.

* receive slack webhooks (telegram/email coming soon...) for updates on activity of your funds.
## Setup Telegram
1- Visit BotFather on telegram, create a new bot and get bot token.
2- Add this TELEGRAM_BOT_TOKEN to `utils/init_telegram.js` script and run it.
`node utils/init_telegram.js`
3- copy the logged TELEGRAM_CHAT_ID and add both of these secrets to your `.env` file.

## Setup Slack
1- Visit your Slack App Directory, search and install `Incoming WebHooks` app to a channel.
2- Copy your Slack Webhook URL and add it to your `.env` file.

# Contact
* Please open an issue if you run into any problems with this repository.

0 comments on commit 3dd3cc8

Please sign in to comment.