From 99ceffe546b2e964993ebd0b18b63021fad130bf Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Thu, 13 May 2021 23:50:05 +0500 Subject: [PATCH] limitation readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 352e05b..6ba9985 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ OR take as much as time you want to use app but slow notifications. Understand how this works before proceeding. 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 optain your BML login credentials! +### Limitations +- At the moment this script can only check 1 account from personal profile. + ### Setup ``` git clone https://github.com/shihaamabr/bml-tg-notify.git @@ -25,8 +28,7 @@ chmod +x bml-tg-notify.sh cp env.sample .env ``` - Edit the contents of .env to your config with text editor of your choosing (`nano .env`) -### How to get "BML_ACCOUNTID" - +- How to obtain BML_ACCOUNTID - Optionally edit delay `echo XX > delay` where XX is the time in seconds you want to delay script run, By default this is set to 160. Please note that if the XX value is less than a certain value your IP could blocked by CloudFlare for DoS attack.