InstaPy / instagram-profilecrawl

📝 quickly crawl the information (e.g. followers, tags etc...) of an instagram profile.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scrape followers list with error

artcmd opened this issue · comments

commented

Thanks for this repo.

When I test the 03/05/2019 version, it can return the first 9 followers instead of 12 (current hard-code value). How to return the entire followers list?

The running error is from here.
Unexpected error: <class 'IndexError'>
list index out of range
ERROR [2019-03-28 23:07:07] Cannot get Follower List

Also, second part always return 0.

Anyone knows how to fix it?

@nightmello have you logged in ? extracting follower data requires you to login

commented

@nightmello have you logged in ? extracting follower data requires you to login

Yes, I logged in. Finally, I switch to use Instapy: https://github.com/nightmello/instagram-profilecrawl/blob/master/crawl_real_fans.py