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] Engage only with Verified Accounts #46

Closed ap0l0 closed 1 year ago

ap0l0 commented 1 year ago

Doing some tests I realized that verified accounts are not that hard to engange and get as followers. I saw on the console that the script can detect if the post or comment is made by a verified account.

Implementing something like -ov (Engage only with verified accounts) and the script will detect if the post or comment is liking is made by a verified account.

EDIT:

Another option to get this done without complicating it is with the -ff option, for example:

-t "targetuser" -ov -ff -fa 600 -ls -nc -np 1

The list of username will start collecting the users but only the ones with verified badge that follow that account and then engage with those accounts.

=> Getting updated list of username divs [] => Processing userdiv range: 426 - 444 [] => Total username count: 250

ap0l0 commented 1 year ago

I reviewed online and there are are no scripts that can do this, maybe something unique will attract new people too. Let me know what you think.