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

So that mobile notifications aren't enabled #22

Closed phocks closed 9 years ago

phocks commented 9 years ago

When auto following the "follow" parameter actually doesn't do what it seems like it should do. It actually enables mobile notifications for the user that was just followed. I'm setting this as "False" to stop per-user tweet notifications for auto-followed users.

Note, this patch fixes this issue that I posted: https://github.com/rhiever/twitter-follow-bot/issues/21

rhiever commented 9 years ago

:+1: