shine-jayakumar / insta-likecom-bot

Automates likes and comments on an instagram account or tag
MIT License
136 stars 29 forks source link

[Feature Request] Target "Related" Accounts #56

Closed ap0l0 closed 1 year ago

ap0l0 commented 1 year ago

The user provide the target of an account example: -t cristiano and the bot will interact with related accounts. This method is more safe than the "-ff" which causes almost certantly a softban after 110 requests.

The related accounts can be seen once you open a profile and click on:

image

The main benefit of "related accounts" is that it shows relatable accounts to the audience you are looking for without risking a softban since is a natural navigation.

The command could be something like:

-ra (Target related accounts)
python3 instalikecombot.py -u user -p pass -t "cristianoronald" -ra 
shine-jayakumar commented 1 year ago

That's another great feature addition. I had never used that one before. I noticed that it had only fewer accounts to scroll through and would surely be related to the target account as it's hand picked by Instagram's algorithm. It should be added soon.

ap0l0 commented 1 year ago

That's another great feature addition. I had never used that one before. I noticed that it had only fewer accounts to scroll through and would surely be related to the target account as it's hand picked by Instagram's algorithm. It should be added soon.

I would hold on this feature. I did some manual tests and there is a way to make this very powerful in combination with something else. I will create another ticket for it to document it better.