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

How can I get a list of recent followers? #1011

Closed hosnas closed 4 years ago

hosnas commented 5 years ago

I dont want to download the complete list of followers and compare it with before. Is there another method to get a list of recent followers? for example for the last hour.

ohld commented 5 years ago

you can try to get feed updates - there you can find new fellowships, likes, and comments. But in that case you don't need to open this tab on your instagram app

hosnas commented 5 years ago

@ohld Ok so can you tell me how to get feed update and how to filter it to get followers?

I dont find it in docs and examples

ohld commented 5 years ago

https://github.com/instagrambot/instabot/blob/aa83c9a12cf17645bedd05c70cb97ed9f4c351c1/instabot/api/api.py#L538

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Abdulsamipy commented 4 years ago

https://github.com/instagrambot/instabot/blob/aa83c9a12cf17645bedd05c70cb97ed9f4c351c1/instabot/api/api.py#L538

is it possible to download the list of followers in the form of .csv?