Conversation
|
Was there an issue out for this PR? |
|
Hi @eoso. Just re-uping |
|
Hey, thanks for getting my attention. I got busy. I noticed that when iterator mode uses since_ids, the cursor generator would start repeatedly yielding the same tweet once it reached the end of it's initial block of tweets. A few people had similar problems: #365, #325. I noticed that someone had written a fix (which also included a sleep function) over a year ago but wasn't pulled: #332 I can post some code later as well, if that's helpful, but don't have the time to get it setup at the moment. |
|
Dear all, |
|
Same here, this PR fixed the cursors bug with |
|
I was writing a tutorial on how to use Twython for collecting tweets, particularly, paginating through a user's available timeline and was wondering if there was an estimated ETA for merging in this pull request into a new release? |
|
Re-pinging @eoso? |
|
Can you merge this? |
|
By popular demand, I will merge this despite tests. I'll try and do a release soon. |
|
Twython 3.7.0 is now available on PyPI |
I fixed the cursor function to grab next pages of results when using the search function or one of the timeline functions. (Copy of previous pull request in which I had made a mistake with git branches.)