rhiever / TwitterFollowBot

A Python bot that automates several actions on Twitter, such as following users and favoriting tweets.
GNU General Public License v3.0
1.31k stars 447 forks source link

Add a method to reply to a message #34

Closed teopost closed 3 years ago

teopost commented 9 years ago

It would be useful to have a method to reply to a message

rhiever commented 9 years ago

:+1: This is far outside my personal use case for the bot, so I likely won't develop this feature, but I encourage someone to develop it and send in a PR.

teopost commented 9 years ago

OK @rhiever , I understand. Thank's

Yutsa commented 9 years ago

Do you want to be able to reply to a specific tweet ? I made a method to search tweets with specific keyword or hashtag and then reply to these tweets. If you are interested I could share it.

rhiever commented 9 years ago

Sure - could you please submit a PR so we can see what it looks like?

Yutsa commented 9 years ago

Ok, PR done.