Revert change to skip users with more than 300 followings
authorJoshua Roesslein <jroesslein@gmail.com>
Wed, 28 Feb 2018 21:51:34 +0000 (13:51 -0800)
committerGitHub <noreply@github.com>
Wed, 28 Feb 2018 21:51:34 +0000 (13:51 -0800)
docs/code_snippet.rst

index 324fe031f799b9bdd826d3d1367af4872d73b8ef..aed7d7c3d0ee4aa4129ea156aac83f91220482aa 100644 (file)
@@ -75,5 +75,5 @@ will wait for 15 minutes each time it hits the rate limit.
                time.sleep(15 * 60)
    
    for follower in limit_handled(tweepy.Cursor(api.followers).items()):
-       if follower.friends_count > 300:
+       if follower.friends_count < 300:
            print follower.screen_name