[GH-ISSUE #448] Likes on the posts of hashtags #852

Open
opened 2026-03-13 22:48:43 +03:00 by kerem · 5 comments
Owner

Originally created by @ExNihils on GitHub (Dec 6, 2022).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/448

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!

Originally created by @ExNihils on GitHub (Dec 6, 2022). Original GitHub issue: https://github.com/alexal1/Insomniac/issues/448 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!
Author
Owner

@Serkali-sudo commented on GitHub (Dec 29, 2022):

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

<!-- gh-comment-id:1367287474 --> @Serkali-sudo commented on GitHub (Dec 29, 2022): 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](https://github.com/alexal1/Insomniac/blob/master/config-examples/all-params.json)
Author
Owner

@ExNihils commented on GitHub (Dec 29, 2022):

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.

<!-- gh-comment-id:1367495379 --> @ExNihils commented on GitHub (Dec 29, 2022): 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.
Author
Owner

@Serkali-sudo commented on GitHub (Dec 29, 2022):

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.

<!-- gh-comment-id:1367570021 --> @Serkali-sudo commented on GitHub (Dec 29, 2022): 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.
Author
Owner

@becauseimnoob commented on GitHub (Jun 28, 2023):

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

<!-- gh-comment-id:1611531305 --> @becauseimnoob commented on GitHub (Jun 28, 2023): > 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](https://github.com/alexal1/Insomniac/blob/master/config-examples/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
Author
Owner

@Serkali-sudo commented on GitHub (Jun 29, 2023):

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.

<!-- gh-comment-id:1612772919 --> @Serkali-sudo commented on GitHub (Jun 29, 2023): 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 ```json { "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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Insomniac#852
No description provided.