-
Notifications
You must be signed in to change notification settings - Fork 1.1k
@igpapi *@2.x.x description
Dmitry edited this page Oct 3, 2020
·
11 revisions
We are glad to announce the next 2.x.x version of this library. It's a big release. We have significantly expanded the functionality and capabilities. The library turned into a monorepository and now it's a set of libraries, connected in an ecosystem:
package name | description |
---|---|
@igpapi/android | Basically it's just an improved up-to-date version of the public instagram-private-api . |
@igpapi/web | API client for web Instagram application (https://www.instagram.com). |
@igpapi/android-realtime | Brings all the android realtime stuff to your code. Yes, you can subscribe to new messages. |
@igpapi/web-mqtt | Brings all the web realtime stuff to your code. |
@igpapi/chrome | NEW! Headless browser automation. Likes, follows, etc |
@igpapi/sticker | Just a sticker constructor for the stories. |
You can share one session between all these libraries. For example, you can log in with @igpapi/android
, and pass this session to any other library, it will work.
The weird challenge behavior problem is solved: all challenges completes successfully.