instagram-web-api

🤳 Instagram Private Web API client for Node

MIT License

Downloads
2.9K
Stars
1.1K
Committers
21

Bot releases are visible (Hide)

instagram-web-api - 2.2.2 Latest Release

Published by revall about 4 years ago

Minor Changes

  • Fix .uploadPhoto #165
  • Bump lodash from 4.17.15 to 4.17.19 #158
instagram-web-api - 2.2.0

Published by revall over 4 years ago

Major Changes

Add password encryption support #119

Minor Changes

  • add .getPrivateProfilesFollowRequests(cursor) #120
  • add distance parameter for location search #121
  • add .getChainsData({ userId }) #122
  • add .getMediaLikes({ shortcode, first, after }) and .getMediaComments({ shortcode, first, after }) #123

Patches

Fix typos #110, #51

instagram-web-api - 2.1.0

Published by revall almost 5 years ago

Major Changes
Add methods:

  • .getPhotosByHashtag({hashtag, first, after})
  • .getPhotosByUsername({username, first, after})

Minor Changes

  • Update npm dependencies

Patches
Fix test config

instagram-web-api - 2.0.0

Published by jlobos over 6 years ago

Major Changes

  • Better client.login() feedback #22

Minor Changes

  • Remove timeout #20
  • Add x-requested-with to headers #20
  • fixed the return of getMediaFeedByLocation #25

Patches

  • Fix typo #21
instagram-web-api -

Published by timolins over 6 years ago

Minor Changes

  • Added getFollowers() and getFollowings() - #5
  • Added challenge endpoints- #3
instagram-web-api - 1.0.0

Published by jlobos over 6 years ago

Major Changes

  • Deconstruct response data #16
  • Update documentation for new API #16
  • Added cookieStore support #16

Minor Changes

  • Randomize userAgent #14
  • Added proxy support #8

Patches

  • Update dependencies #17
  • Fix in README 3b9b5ab36ac1e9664c9f61268e1d2eb2f58d1d2b
instagram-web-api - 0.2.0

Published by jlobos almost 7 years ago

Minor Changes

  • Add uploadStory (#2)
  • Update dependencies