Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Likes on the posts of hashtags #448

Open
ExNihils opened this issue Dec 6, 2022 · 5 comments
Open

Likes on the posts of hashtags #448

ExNihils opened this issue Dec 6, 2022 · 5 comments

Comments

@ExNihils
Copy link

ExNihils commented Dec 6, 2022

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
Copy link

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
Copy link
Author

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
Copy link

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
Copy link

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@Serkali-sudo @ExNihils @becauseimnoob and others