sarmic/bml-tg-notify/README.md

19 lines
501 B
Markdown
Raw Normal View History

2021-05-12 07:04:02 +05:00
# 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
2021-05-12 07:06:08 +05:00
curl https://raw.githubusercontent.com/shihaamabr/sarmic/master/bml-tg-notify/env.sample > .env
2021-05-12 07:04:02 +05:00
```
2021-05-12 07:06:08 +05:00
edit the contents of .env to your config
2021-05-12 07:04:02 +05:00
```
chmod +x bml-tg-notify.sh
./bml-tg-notify.sh
```