sarmic/bml-tg-notify/README.md

25 lines
612 B
Markdown
Raw Normal View History

2021-05-12 10:54:02 +05:00
# BML-TG-NOTIFICATION
2021-05-12 07:04:02 +05:00
## Receive telegram notification when you receive money to your BML Account
### Requriements
2021-05-12 08:38:15 +05:00
`curl` `jq`
- Install with whatever package manager you use.
2021-05-12 07:04:02 +05:00
### 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 20:26:21 +05:00
2021-05-12 07:04:02 +05:00
```
2021-05-12 20:26:21 +05:00
edit the contents of .env to your config\
`echo XX > delay` where XX is the time in seconds you want to delay script run.
2021-05-12 07:04:02 +05:00
```
chmod +x bml-tg-notify.sh
./bml-tg-notify.sh
```
2021-05-12 08:26:15 +05:00
### Bugs
- You tell me :)