ohld / igbot

🐙 Free scripts, bots and Python API wrapper. Get free followers with our auto like, auto follow and other scripts!
https://hikerapi.com/p/N2P6iqiM
Apache License 2.0
4.69k stars 1.47k forks source link

Getting followers only up to ~55k #223

Closed onkaraman closed 7 years ago

onkaraman commented 7 years ago

When I am pulling the followers of a user with more than a million followers, the get_user_followers method only returns about 5-6%.

This seems to be the issue on any big account I am trying to get all followers from.

Am I missing a way to get all followers (a million) or is there a different way?

s0kil commented 7 years ago

Instagram Private Mobile API uses pagination to load followers/following of a user, That might be the issue.

onkaraman commented 7 years ago

Yeah whatever it is, it is not working properly. I guess the constant requests for the rest of the followers is causing an error of some kind. Maybe a sleep per every 20k fetched followers might help in the method.

ohld commented 7 years ago

This can easily be done with another project by Instabotproject: https://github.com/instagrambot/instapro But there is not enough documentation, but still some examples are provided

onkaraman commented 7 years ago

I could "fix" it for this repo. After I am done you could review and accept my pull request.

ohld commented 7 years ago

Yes! That would be great