mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 18:15:54 +03:00
[PR #74] [MERGED] New --min_following AND --unfollow_any #420
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#420
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?
📋 Pull Request Information
Original PR: https://github.com/alexal1/Insomniac/pull/74
Author: @DNUSH
Created: 7/30/2020
Status: ✅ Merged
Merged: 8/8/2020
Merged by: @alexal1
Base:
master← Head:master📝 Commits (4)
a1a4884New --min_followingbffb0e1New --min_following56f774cNew --unfollow_any06106dbNew --unfollow_any📊 Changes
3 files changed (+67 additions, -11 deletions)
View changed files
📝
insomniac.py(+19 -6)📝
src/action_get_my_profile_info.py(+16 -0)📝
src/action_unfollow.py(+32 -5)📄 Description
--unfollow_any
Variable for unfollow not followed by the script
Usage:
--unfollow_any 1 (active)
--unfollow_any 0 (disabled)
Example:
--unfollow 100 --unfollow_any 1
—min_following
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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.