Split user_followers() #587
-
Its there anyway to split the user_followers query wait some time and restart. I want to retrieve a 60k followers list, i know the limit of instagrapi is 10000 followers, there is a chance to restart the query after 10001, something like: cl.user_followers_v1('user_id', 5000), and then cl.user_followers_v1('user_id', 5000, 5001), cl.user_followers_v1('user_id', 5000, 10001), and so on? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi, that's a great question and I'm having the same. Did you find a solution? |
Beta Was this translation helpful? Give feedback.
-
Read docs https://adw0rd.github.io/instagrapi/usage-guide/user.html |
Beta Was this translation helpful? Give feedback.
@abundis-rmn2 @lolo9538
Read docs https://adw0rd.github.io/instagrapi/usage-guide/user.html