Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
yhslai committed Apr 20, 2012
1 parent de3d46a commit f2d6eed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crawler.py → tweepops.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ def main():
api = input_api_key()

while True:
if reach_limit(api):
print "Sorry you have reached the Twitter API rate limiting. May retry later?"
break
start(api)


Expand Down

0 comments on commit f2d6eed

Please sign in to comment.