From 9c46986015f8d4f031ff78e1181633ef01ee1743 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Fri, 14 May 2021 00:46:40 +0500 Subject: [PATCH] typo --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a220d1f..40d5b72 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Is it safe? - Probably, I will NOT take resposibilty to whatever you do with this script, 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! +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. @@ -33,9 +33,10 @@ cp env.sample .env - 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. +### Execute the script ``` ./bml-tg-notify.sh ``` - +- Maybe put in a screen to run in background? ## Bugs - You tell me :)