Quantcast
Viewing latest article 1
Browse Latest Browse All 2

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

Viewing latest article 1
Browse Latest Browse All 2