mirror of
https://github.com/davidarroyo1234/InstagramUnfollowers.git
synced 2026-04-25 21:05:49 +03:00
[GH-ISSUE #231] Idea #304
Labels
No labels
bug
documentation
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/InstagramUnfollowers#304
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 @xJuniior on GitHub (May 22, 2025).
Original GitHub issue: https://github.com/davidarroyo1234/InstagramUnfollowers/issues/231
Hello, i had an idea for create a box for not unfollowed the peoples you followed in less than x time for example i check the box and people who i followed in the last 24 or 48h are excluded of be unfollowed
@ramazansancar commented on GitHub (Sep 22, 2025):
The idea is great, but I think the feasibility aspect would be a bit challenging. I recall that the data the app currently pulls from follower and follower lists doesn't include the date of the follower or follower. This means it's sending requests to multiple endpoints, resulting in significantly longer query times. Perhaps Instagram could process the incoming JSON and HTML data when downloading data, reducing the request time and allowing the user to perform the exact desired function via "download data."
@xJuniior