projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5501953
)
Revert change to skip users with more than 300 followings
author
Joshua Roesslein
<jroesslein@gmail.com>
Wed, 28 Feb 2018 21:51:34 +0000
(13:51 -0800)
committer
GitHub
<noreply@github.com>
Wed, 28 Feb 2018 21:51:34 +0000
(13:51 -0800)
docs/code_snippet.rst
patch
|
blob
|
blame
|
history
diff --git
a/docs/code_snippet.rst
b/docs/code_snippet.rst
index 324fe031f799b9bdd826d3d1367af4872d73b8ef..aed7d7c3d0ee4aa4129ea156aac83f91220482aa 100644
(file)
--- a/
docs/code_snippet.rst
+++ b/
docs/code_snippet.rst
@@
-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