Quantcast
Channel: Twitter API cursoring in Python - Stack Overflow
Browsing index pages (2 articles)

Twitter API cursoring in Python

A python beginner here, trying to get Twitter cursoring working in my script so I might iterate all of the users that belong to a list on Twitter. Pretty simple logic here. Start with this API...

View Article


Answer by David Robinson for Twitter API cursoring in Python

next_cursor_str is simply stored in your parsed_json variable:print parsed_json["next_cursor_str"]# 1395095221152647652

View Article

Browsing index pages (2 articles)