Followers list, pagination #381
Unanswered
amanbhadauria01
asked this question in
Q&A
Replies: 1 comment
-
Pseudo code: for i in range(100, total_followers_coun, 100):
api.get_followers(next_max_id=i) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To find followers list ,I am doing -
Ideally, it should return a next_max_id, but it does not. So I am unable to do pagination here.
Can someone help?
Beta Was this translation helpful? Give feedback.
All reactions