The cursor wasn't working to get user tweets and searches. It was always returning the same results #332
No reviewers
Labels
No labels
Bug
Enhancement
Feature Suggestion
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: code/twython#332
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I also added a sleep property to avoid problems with Twitter rates.
I'm fine with the fixing the loop, but I think adding a
time.sleepin code (that is used in production code for people who use this library) isn't the best solution. Rate-limiting should be handled by the application, and not by Twython. We raise anExceptionand the developer can handle the rate limiting on their own (pausing a celery task, etc.) instead of forcing atime.sleepI totally agree! The sleep part is more for my app purposes.
Em 03/06/2014 12:49, "Mike Helmick" notifications@github.com escreveu:
Hey, guys, I'm running into this too. Any idea when it'll be merged?
Pull request closed