[PR #74] [MERGED] New --min_following AND --unfollow_any #880

Closed
opened 2026-03-13 22:51:00 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (4)

📊 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

  • Disabled by default

Usage:
--unfollow_any 1 (active)
--unfollow_any 0 (disabled)

Example:
--unfollow 100 --unfollow_any 1


—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


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/alexal1/Insomniac/pull/74 **Author:** [@DNUSH](https://github.com/DNUSH) **Created:** 7/30/2020 **Status:** ✅ Merged **Merged:** 8/8/2020 **Merged by:** [@alexal1](https://github.com/alexal1) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`a1a4884`](https://github.com/alexal1/Insomniac/commit/a1a48845934d41c55442c95eca472dfda02bda0f) New --min_following - [`bffb0e1`](https://github.com/alexal1/Insomniac/commit/bffb0e1f12edceb556f32b7325b901186c4ad0c5) New --min_following - [`56f774c`](https://github.com/alexal1/Insomniac/commit/56f774c16374d8e978f3a05d70db0169552f11fa) New --unfollow_any - [`06106db`](https://github.com/alexal1/Insomniac/commit/06106db9fcc5cd5adc7cd01aa8bc22f1ac67f7ec) New --unfollow_any ### 📊 Changes **3 files changed** (+67 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `insomniac.py` (+19 -6) 📝 `src/action_get_my_profile_info.py` (+16 -0) 📝 `src/action_unfollow.py` (+32 -5) </details> ### 📄 Description **--unfollow_any** Variable for unfollow not followed by the script - Disabled by default _Usage:_ --unfollow_any 1 (active) --unfollow_any 0 (disabled) _Example:_ --unfollow 100 --unfollow_any 1 ---------------------------------------------------------------------------- **—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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 22:51:00 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Insomniac#880
No description provided.