19 lines
496 B
Markdown
19 lines
496 B
Markdown
# BM-TG-NOTIFICATION
|
|
|
|
## Receive telegram notification when you receive money to your BML Account
|
|
|
|
### Requriements
|
|
`curl`
|
|
- Install curl with whatever package manager you use.
|
|
|
|
### Setup
|
|
```
|
|
curl https://raw.githubusercontent.com/shihaamabr/sarmic/master/bml-tg-notify/bml-tg-notify.sh > bml-tg-notify.sh
|
|
curl https://raw.githubusercontent.com/shihaamabr/sarmic/master/bml-tg-notify/env > .env
|
|
```
|
|
- edit the contents of .env to your config
|
|
```
|
|
chmod +x bml-tg-notify.sh
|
|
./bml-tg-notify.sh
|
|
```
|