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

Include number of video views if post is video #17

Open thomax opened 8 years ago

thomax commented 8 years ago

Do you want videoViews to be camel or snake (video_views)?

notslang commented 7 years ago

videoViews sounds good - everything in JS is camelCase, so I try to make sure the JSON API exposes data in that format. Could you add tests for this (using a known video post)?