mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 10:05:50 +03:00
[GH-ISSUE #448] Likes on the posts of hashtags #391
Labels
No labels
bug
duplicate
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Insomniac#391
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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!
@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-postsTo interact with recent posts use :
illustration-recent-postsYou can find all params from here : all-params.json
@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.
@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.
@becauseimnoob commented on GitHub (Jun 28, 2023):
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 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-likersBut if you want to interact with posts directly use this value (this is what you want):
illustration-top-postsHeres sample json object that you need to change if you want to interact with posts directly not likers
Sorry i cant provide my own full config file since i dont use this software anymore.