-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
Comments
i guess you want to interact with posts that are shared under a specific hashtag. You can find all params from here : all-params.json |
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. |
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. |
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 |
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: 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. |
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!
The text was updated successfully, but these errors were encountered: