I'm thinking whether it's worth having some sort of function like 'set_do_comment' that replies to followers comments instead of leaving comments on someone's post.
This function, let's call it set_do_reply would fetch all the comments left from my followers and would reply to all of them with a set value of canned responses (that might be set with a set_replies function)
It might be interesting analyzing how followers respond when engaged in a conversation started with their own comment.
session.set_do_reply(True, percentage=10)
session.set_replies(['Thank you @{}!', ':heart:', 'Thanks!!!'])
Thoughts?
Great idea.
love it.
Good idea
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
If this problem still occurs, please open a new issue
Hey @MrBeardedGuy
It's a bit late response but recently, I wrote a feature- Interact by Comments, that, hopefully will fulfill your request - shared at #3318 (_live PR_).
Most helpful comment
Hey @MrBeardedGuy
It's a bit late response but recently, I wrote a feature- Interact by Comments, that, hopefully will fulfill your request - shared at #3318 (_live PR_).
Cheers 馃榿