mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-27 02:25:50 +03:00
[GH-ISSUE #71] New --min_following #57
Labels
No labels
bug
duplicate
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Insomniac#57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DNUSH on GitHub (Jul 29, 2020).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/71
—min_following
Disabled by default
If you are following more than the —min_following the —unfollow continue and stop when you reach the —min_following
If you are following less than the —min_following the —unfollow stop
We did this thinking in to have a control to make unfollow in general and give it more time to the users, for them to follow us back.
The idea is to run the script during a certain amount of days, until reach to a cuantity of follows. Once in that amount, we will add a —min_following.
Example:
—follow_limit 100 (daily for a weak)
After a weak:
—follow_limit 100 (daily)
—unfollow 100 —min_following 700 (daily)
Now we keep always on 700 followings min and we would ensure to just do unfollow to the people that we followed the last week and the ones that we are following this week, we would give them more time to follow us back.
As we go growing more than 700 followed, we will unfollowing the followed that are more old than a week
By @P3x26 and me