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 445 forks source link

Is there a way I can follow a specific user? #30

Closed Njreardo closed 9 years ago

Njreardo commented 9 years ago

I want to build a webapp that will follow a screen name and grab all of their tweets. Is this possible using this app?

rhiever commented 9 years ago

Nope - this bot isn't really built for that, but you could certainly use it as a base to write a custom script to work with the Twitter API and perform those actions.

Njreardo commented 9 years ago

Thank you for such a quick response.