You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using search_raw function to fetch the latest 20 tweets but I want to get more (for example 100). I increased the value of "count" but nothing changed. Can someone explain how the pagination works? When I inspect rep.json I can see cursor value is something like value': 'DAADDAABCgABGahRaJyXIXcKAAIZqEknc5pBRQAIAAIAAAACCAADAAAAAAgABAAAAAAKAAUZqFHKwIAnEAoABhmoUcrAf9jwAAA', 'cursorType': 'Bottom'
Should I somehow use this?
The text was updated successfully, but these errors were encountered:
How can I implement pagination or tracking to resume scraping tweets from where I left off, avoiding duplicates of the first 20 tweets already saved in my local database?
I am using search_raw function to fetch the latest 20 tweets but I want to get more (for example 100). I increased the value of "count" but nothing changed. Can someone explain how the pagination works? When I inspect rep.json I can see cursor value is something like
value': 'DAADDAABCgABGahRaJyXIXcKAAIZqEknc5pBRQAIAAIAAAACCAADAAAAAAgABAAAAAAKAAUZqFHKwIAnEAoABhmoUcrAf9jwAAA', 'cursorType': 'Bottom'
Should I somehow use this?
The text was updated successfully, but these errors were encountered: