Skip to content

How to use cursor endpoint? #10

Closed Answered by iSarabjitDhiman
shoaibiqbalk asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @shoaibiqbalk
Check this #7 for the cursor_endpoint use cases.

Here is how it works:
Say you are extracting tweets from a user's profile and there are total of 5000 tweets. You managed to fetch like 2000 results and script stopped for some reason (api limits exceeded or you chose to stop the script for a while). Now the next time you want to continue you can use the cursor_point to resume from where you left off, in this case from 2000 tweets. Note any latest posts/status which were tweeted in the meantime, may not be included in this. Its like you are scrolling a page and you are half way, and next time you start scrolling again, there might be latest tweets at the top of the page. H…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@shoaibiqbalk
Comment options

Answer selected by shoaibiqbalk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants