shine-jayakumar / insta-likecom-bot

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

Multiple account like and comenting? #22

Closed mance819 closed 1 year ago

mance819 commented 1 year ago

Is it possible to comment from different accounts on the same post?

shine-jayakumar commented 1 year ago

@mance819 You can run different instances of the script with different username/password. Each instance will open a different browser instance.

mance819 commented 1 year ago

Also it would be great if it avoids pinned comments, lets say for example i want to like the latest post i would add '-np 1' but there is a pinned post. Wouldn't the pinned post always be the target? Great work though👍

shine-jayakumar commented 1 year ago

@mance819 that's right. Pinned posts should be skipped. I'll add this in next version. Thank you.