Closed ap0l0 closed 1 year ago
@ap0l0 Sad it happened but I guess the restriction will be lifted soon.
- point # 1: script is currently counting the actions but since we don't know the exact limit for each action for an account, we're going to have to assume a number. I'll have to check the IG guidelines if there's anything specified there.
This number changes and is dynamic for each account based on age, activity, etc. We will have to leave each user to control the actions per day according to their account.
I am currently talking with Facebook Creator Team (my account is legacy verified) and I am discussing the reason my account was restricted from "liking posts". The reason is obvious, this script was overused by me, so I am wondering if we can add a way to control this — here are some suggestions:
@shine-jayakumar just adding another screenshot of a different softban message, this appears after opening too many profiles (specially using -ff):
<div class="_a9-v"><div class="_a9-y"><span class="x1lliihq x1plvlek xryxfnj x1n2onr6 x193iq5w xeuugli x1fj9vlw x13faqbe x1vvkbs x1s928wv xhkezso x1gmr53x x1cpjm7i x1fgarty x1943h6x x1i0vuye x1ms8i2q xo1l8bm x5n08af x4zkp8e xw06pyt x10wh9bi x1wdrske x8viiok x18hxmgj" style="line-height: var(--base-line-clamp-line-height); --base-line-clamp-line-height:25px;">Try Again Later</span><span class="x1lliihq x1plvlek xryxfnj x1n2onr6 x193iq5w xeuugli x1fj9vlw x13faqbe x1vvkbs x1s928wv xhkezso x1gmr53x x1cpjm7i x1fgarty x1943h6x x1i0vuye xvs91rp xo1l8bm x1roi4f4 x1tu3fi x3x7a5m x10wh9bi x1wdrske x8viiok x18hxmgj" style="line-height: var(--base-line-clamp-line-height); --base-line-clamp-line-height:18px;">We restrict certain activity to protect our community.</span></div><div class="_a9-z"><button class="_a9-- _a9_0" tabindex="0">Report a problem</button><button class="_a9-- _a9_1" tabindex="0">OK</button></div></div>
-d 15
then it waits exact 15 seconds to perform next action. The most "human-like" solution I believe should be to change delay like this:-d 15
= Wait 15 seconds (like it is now)-d 0-15
= Wait randomly seconds between 0 and 15-d 10-40
= Wait randomly between 10 to 40 secondsThis way the script will act less exact and more human-like