mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 10:05:50 +03:00
[GH-ISSUE #275] New feature - Classify your follower's activity #227
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#227
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 @0libar on GitHub (Feb 24, 2021).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/275
Since you already have the scrapping feature It would be interesting to use it in our own profile to monitor our followers activity. I thought of a process which could go like this:
Add the numerous time X ou Y follower liked/commented a photo
Make a percentage of interaction/total post (ie: X liked 24% of your total posts , Y liked 2% of your posts)
Be able to visualize the results to see who is very active on our profile and more interesting IMHO, see who is not active at all.
Add the not active at all to a unfollow-targetfile
Add the very active to a white list.
I think this will be super useful to spot ghost followers , and also to save the best of our followers in order to be more efficient when it comes to the reach algorythm.
Futhermore it will provides more data than Instagram allows us to see, making this bot even more appreciable
@0libar commented on GitHub (Feb 24, 2021):
One difficulty in this flow could be to differentiate likes/comments from our followers versus from random visitors. I am not familiar with database at all , but maybe it will be possible to do something like : gather all the data and show only if username is present in followers db