nodejs-insta-private-api-mqtt 1.0.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,6 +8,9 @@ The old repository and NPM package were lost and are now associated with a diffe
8
8
  Starting from today, this NPM account will be the official and active source where this library will be published and maintained.
9
9
  Please make sure you are using this package from this account only to receive future updates, fixes, and support.
10
10
 
11
+ You can subscribe to any Instagram topic in this library visit the bookstore code, it would help me a lot if you like this project and if it helps you!
12
+
13
+ If you see clones of nodejs-insta-private-api on npm don't download, it could be malicious code and you may have security issues on your Instagram accounts, always use this project or the nodejs-insta-private-api project but that's on the lost account, always use npm install nodejs-insta-private-api-mqtt in your projects
11
14
 
12
15
 
13
16
  # nodejs-insta-private-api-mqtt
@@ -16,7 +19,7 @@ This project implements a complete and production-ready MQTT protocol client for
16
19
 
17
20
  By leveraging MQTT instead of Instagram's REST API, this library achieves sub-500ms message latency, bidirectional real-time communication, and native support for notifications, presence tracking, and thread management. The implementation is reverse-engineered from Instagram's mobile app protocol and tested extensively for reliability and compatibility.
18
21
 
19
- ## Features (v5.61.11 - iOS + Android Full Support)
22
+ ## Features ( - iOS + Android Full Support)
20
23
 
21
24
  - **NEW: FULL iOS SUPPORT** - iPhone 16/15/14/13/12 + iPad Pro/Air device emulation
22
25
  - **NEW: FULL ANDROID SUPPORT** - Samsung, Huawei, Google Pixel, OnePlus, Xiaomi, OPPO
@@ -72,7 +75,7 @@ Requires **Node.js 18 or higher**.
72
75
 
73
76
  ---
74
77
 
75
- ## NEW: Custom Device Emulation (v5.60.7)
78
+ ## NEW: Custom Device Emulation ()
76
79
 
77
80
  **Default Device:** Samsung Galaxy S25 Ultra (Android 15) - used automatically if you don't set a custom device.
78
81
 
@@ -182,7 +185,7 @@ console.log('User Agent:', info.userAgent);
182
185
  ### Complete Bot Example with Custom Device
183
186
 
184
187
  ```javascript
185
- const { IgApiClient, RealtimeClient } = require('nodejs-insta-private-api');
188
+ const { IgApiClient, RealtimeClient } = require('nodejs-insta-private-api-mqtt');
186
189
  const fs = require('fs');
187
190
 
188
191
  async function startBot() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodejs-insta-private-api-mqtt",
3
- "version": "1.0.0",
3
+ "version": "1.1.1",
4
4
  "description": "Complete Instagram MQTT protocol with FULL iOS + Android support. 33 device presets (21 iOS + 12 Android). iPhone 16/15/14/13/12, iPad Pro, Samsung, Pixel, Huawei. Real-time DM messaging, view-once media extraction, sub-500ms latency.",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {