notslang / instagram-screen-scrape

scrape public instagram data w/out API access
https://npmjs.com/package/instagram-screen-scrape
GNU General Public License v3.0
162 stars 38 forks source link

npm version has no comments support #6

Closed glaidler closed 8 years ago

glaidler commented 8 years ago

Hi, the js code to get hold of comments isn't in the npm version. Is this intentional?

G

notslang commented 8 years ago

sorry - haven't released 2.0 yet... I'll try to do that later today

glaidler commented 8 years ago

No problem thanks. Great bit of kit. So frustrating what instagram keep hidden. Do you know if I can get a list of followers from a given user?

notslang commented 8 years ago

Published v2! (only 123 "today"s later)

And I haven't written anything for getting the list of followers because Instagram doesn't show that on their website, but if you poke around their undocumented APIs (or use a spoofed security certificate on a mobile device and then decrypted the traffic coming from their app) you could probably find a way to do it... If you do, I'd love to accept a PR for that.