Shihaam Abdul Rahman d0196f645e partial doc update
2021-09-19 23:51:05 +05:00
2021-09-08 23:54:24 +05:00
2021-05-14 00:33:47 +05:00
2021-09-19 23:41:50 +05:00
2021-05-13 22:28:58 +05:00
2021-09-19 20:14:44 +05:00
2021-09-19 23:51:05 +05:00

BML-TG-NOTIFY

Push Notification BML Transcations to Telegram

bml-notify-screenshot.jpg

Is it safe?

  • Probably, I will NOT take resposibilty to whatever you do with this script. See More
  • Your BML Username and Password will be saved in PLAIN TEXT! Anyone who has access (or gains access) to your server or computer can read .env file and obtain your BML login credentials!

Limitations

  • At the moment this script can only check 1 account from personal profile.
  • Script ONLY sends notification for last transaction, so if there more than 1 transacation when script checks for new transactions you will get notification for the last one only.
  • BML do NOT allow you to be logged in more than 1 session at a time, so when this script runs and if you were using mobile app or website you will be logged out!
  • If you login to web or mobile app while script is running, It will pause for APP_NORMAL_DELAY seconds befor running again.

Getting started.

Requriements

curl jq

  • Install with whatever package manager you use.
  • Make SURE they are installed before continuing!

Clone repo and Configure

git clone https://github.com/shihaamabr/bml-tg-notify.git
cd bml-tg-notify
chmod +x bml-tg-notify.sh
cp env.sample .env

Notes

  • If the NORAML_DELAY value is less than a certain value (I think 15) your IP could get blocked by CloudFlare for DoS attack.

Execute the script

./bml-tg-notify.sh
  • Maybe run in a screen to run in background?

Bugs

Description
No description provided
Readme 868 KiB
Languages
Shell 97%
Dockerfile 3%