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

Also crawl following list

LupascuAndrei opened this issue · comments

https://github.com/timgrossmann/instagram-profilecrawl/blob/ae56d85175a4ceb867ce2d310c427583046e7ca2/util/extractor.py#L132

I see we're able to crawl the followers list, which works flawless.
Will extracting the following list also be possible in the near future? Has it been tried recently ( are there some issues which made it impossible/hard to implement? ) ?

it already implemented. Use Settings.scrape_follower = True (login credentials are needed)

just updated documentation