alexal1 / Insomniac

Instagram bot for automated Instagram interaction using Android device via ADB
https://insomniac-bot.com
MIT License
675 stars 159 forks source link

Likes on the posts of hashtags #448

Open ExNihils opened 1 year ago

ExNihils commented 1 year ago

Hello! Is there a way to like directly the posts of a hashtag (like #illustration) rather than to interact with the people who like those posts? Thanks!

Serkali-sudo commented 1 year ago

i guess you want to interact with posts that are shared under a specific hashtag. If that is the case you can use these parameters: To interact with the top posts use : illustration-top-posts To interact with recent posts use : illustration-recent-posts

You can find all params from here : all-params.json

ExNihils commented 1 year ago

I want to like the posts, but what you are proposing takes the post, goes to the users who liked it and go like their post, which is quite different.

Serkali-sudo commented 1 year ago

it is not just taking the posts you can set likes percentage and quantity normally and you can even make it comment it.just replace your current interact list from config file like i showed.

becauseimnoob commented 1 year ago

i guess you want to interact with posts that are shared under a specific hashtag. If that is the case you can use these parameters: To interact with the top posts use : illustration-top-posts To interact with recent posts use : illustration-recent-posts

You can find all params from here : all-params.json

developers don't know how to use instagram What you say has nothing to do with what we want, a user has said it before. If there is such a thing, can you show your working config file? #99

Serkali-sudo commented 1 year ago

Okay let me get this straight you want to interact with posts that are shared under spesific hashtag and you dont want to interact with people that liked that posts.You want to interact with posts directly right?

You need to add this to interact parameter.

So for example this value interacts with posts shared under "illustration" hashtag: illustration-top-likers But if you want to interact with posts directly use this value (this is what you want): illustration-top-posts

Heres sample json object that you need to change if you want to interact with posts directly not likers

  {
    "parameter-name": "interact",
    "enabled": true,
    "value": [
      "illustration-top-posts",
      "illustration-recent-posts"
    ],
    "description" : "list of hashtags and usernames. Usernames should start with \"@\" symbol. The script will interact with hashtags\\' posts likers and with users\\' followers"
  },

Sorry i cant provide my own full config file since i dont use this software anymore.