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

UserID from comments #13

Open femanzo opened 8 years ago

femanzo commented 8 years ago

I'm trying to get the userID from the comment list, the html doesn't have it, but the react does. <r className="_iqaka" user={..., id: "XXXX"} ... }> Is it possible to read react together so I don't have to make another call for each userId?

femanzo commented 8 years ago

Nevermind, just found out I can grab it from rawComment.user.id Thanks for the package, its really usefull