added random sleep between 0 to 20
This commit is contained in:
parent
4750a889f4
commit
ea15400694
2
scrap.sh
2
scrap.sh
@ -8,6 +8,8 @@ SCRAP_URL="https://app-production.dhiraagu.com.mv/io/v1/info/subscribers"
|
|||||||
SCRAPPER_CONTROL_API_URL="https://scraper-control.awfulshit.xyz/api/dhiraagu-number"
|
SCRAPPER_CONTROL_API_URL="https://scraper-control.awfulshit.xyz/api/dhiraagu-number"
|
||||||
TELEGRAM_API_URL=
|
TELEGRAM_API_URL=
|
||||||
|
|
||||||
|
sleep=$((RANDOM % 21)); echo Sleeping.. $sleep; sleep $sleep
|
||||||
|
|
||||||
# REPEAT AFTER FILE UPLOAD
|
# REPEAT AFTER FILE UPLOAD
|
||||||
while true; do
|
while true; do
|
||||||
# LOOKING FOR FREE BITCHES
|
# LOOKING FOR FREE BITCHES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user