subzeroid/instagrapi

How to load all followers' names from an account that has almost 1k

Opened this issue · 0 comments

When I try doing this using the documented way (i.e. with client.user_followers(user_id) where amount == 0) I am either getting rate limited or when it does return it doesn't return all of them (returns like 200).

I have set a long delay to my requests via client.delay_range = [9, 12] and I also make use of sessions as mentioned in best practices. How do I make it possible to fetch all the usernames (should be noted that I don't need the rest of the data)