Socket
Socket
Sign inDemoInstall

instagram-public-api

Package Overview
Dependencies
285
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.3 to 2.0.4

cli.js

18

package.json
{
"name": "instagram-public-api",
"version": "2.0.3",
"version": "2.0.4",
"description": "",
"main": "index.js",
"bin": {
"instaget": "./cli.js"
},
"scripts": {

@@ -30,6 +33,15 @@ "test": "jest --detectOpenHandles",

"dependencies": {
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"chalk": "^2.4.2",
"commander": "^2.20.0",
"axios": "^0.19.0",
"jsdom": "^15.1.1"
"fs-extra": "^8.1.0",
"get-urls": "^9.1.0",
"got": "^9.6.0",
"image-downloader": "^3.5.0",
"is-url": "^1.2.4",
"jsdom": "^15.1.1",
"log-update": "^3.3.0",
"ora": "^3.4.0",
"update-notifier": "^3.0.1"
},

@@ -36,0 +48,0 @@ "engines": {

126

README.md
<h1> Instagram Api for Public profiles <sup>v2</sup></h1>
![enter image description here](https://img.shields.io/npm/v/instagram-public-api.svg) ![](https://badges.frapsoft.com/os/v1/open-source.svg?v=102) ![enter image description here](https://img.shields.io/npm/dt/instagram-public-api.svg) ![](https://img.shields.io/github/license/tanuj69/instagram-api.svg)
![npm version](https://img.shields.io/npm/v/instagram-public-api.svg) ![open source <3](https://badges.frapsoft.com/os/v1/open-source.svg?v=102) ![No. of downloads](https://img.shields.io/npm/dt/instagram-public-api.svg) ![License](https://img.shields.io/github/license/tanuj69/instagram-api.svg)
![working of instaget](https://i.imgur.com/banFSoP.gif)
To use CLI mode install like:-
`npm install -g instagram-public-api`
> A simple Instagram module to get a user's :-
1. Biography
2. Number of Followers
3. Number of Followings
4. Profile Picture thumbnail URL
5. Profile Picture HD URL
6. Each post object will contain
1. Dimensions of Image
2. Image's URL in HD
3. Image's thumbnail URL
4. Number of Likes
5. Number of Comments
6. URL of the POST
1. Biography
2. Number of Followers
3. Number of Followings
4. Profile Picture thumbnail URL
5. Profile Picture HD URL
6. Each post object will contain
1. Dimensions of Image
2. Image's URL in HD
3. Image's thumbnail URL
4. Number of Likes
5. Number of Comments
6. URL of the POST
## Installation
```sh
npm install instagram-public-api
```
## Test it online!
https://npm.runkit.com/instagram-public-api
![enter image description here](https://i.imgur.com/uBTIpe3.png)
## Usage
```js
const Profile = require("instagram-public-api");
const user = new Profile("selenagomez");
const user = new Profile("selenagomez");
user.getData().then(data=>{
---Do your Stuff---
---Do your Stuff---
})
```

@@ -39,25 +69,49 @@

```js
{
"username": "selenagomez",
"url": "https://www.instagram.com/selenagomez",
"bio": "Light, space, zest -that’s God. With him on my side I’m FEARLESS, afraid of no one and nothing. A21 global anti human trafficking organization A21.org",
"followers": 155698399,
"following": 61,
"totalPosts": 1506,
"posts": [
{
"dimensions": {
"height": 1080,
"width": 1080
},
"imageURL": "https://instagram.fdel1-1.fna.fbcdn.net/vp/e522acfad3fd3c4091ea88a5b8479888/5E0C70E1/t51.2885-15/e35/s1080x1080/66656269_1648697008594563_8361695703211281609_n.jpg?_nc_ht=instagram.fdel1-1.fna.fbcdn.net",
"likes": 3956372,
"comments": 24986,
"url": "https://instagram.com/p/B1WxkKfDpQy",
"imageThumbnail": "https://instagram.fdel1-1.fna.fbcdn.net/vp/c72416cc9678de364449ab8f37793a0d/5DDDA525/t51.2885-15/sh0.08/e35/s640x640/66656269_1648697008594563_8361695703211281609_n.jpg?_nc_ht=instagram.fdel1-1.fna.fbcdn.net"
}
],
"profilePicThumb": "https://instagram.fdel1-1.fna.fbcdn.net/vp/b104c292ae8e59d902586c2107a39a72/5DF2E637/t51.2885-19/s150x150/52780205_395221154575465_269834356913078272_n.jpg?_nc_ht=instagram.fdel1-1.fna.fbcdn.net",
"profilePicHD": "https://instagram.fdel1-1.fna.fbcdn.net/vp/073c225007a67fa0563350a2441f0053/5DFDDF3A/t51.2885-19/s320x320/52780205_395221154575465_269834356913078272_n.jpg?_nc_ht=instagram.fdel1-1.fna.fbcdn.net"
"username": "selenagomez",
"url": "https://www.instagram.com/selenagomez",
"bio": "Light, space, zest -that’s God. With him on my side I’m FEARLESS, afraid of no one and nothing. A21 global anti human trafficking organization A21.org",
"followers": 155698399,
"following": 61,
"totalPosts": 1506,
"posts": [
{
"dimensions": {
"height": 1080,
"width": 1080
},
"imageURL": "https://instagram.fdel1-1.fna.fbcdn.net/vp/e522acfad3fd3c4091ea88a5b8479888/5E0C70E1/t51.2885-15/e35/s1080x1080/66656269_1648697008594563_8361695703211281609_n.jpg?_nc_ht=instagram.fdel1-1.fna.fbcdn.net",
"likes": 3956372,
"comments": 24986,
"url": "https://instagram.com/p/B1WxkKfDpQy",
"imageThumbnail": "https://instagram.fdel1-1.fna.fbcdn.net/vp/c72416cc9678de364449ab8f37793a0d/5DDDA525/t51.2885-15/sh0.08/e35/s640x640/66656269_1648697008594563_8361695703211281609_n.jpg?_nc_ht=instagram.fdel1-1.fna.fbcdn.net"
}
],
"profilePicThumb": "https://instagram.fdel1-1.fna.fbcdn.net/vp/b104c292ae8e59d902586c2107a39a72/5DF2E637/t51.2885-19/s150x150/52780205_395221154575465_269834356913078272_n.jpg?_nc_ht=instagram.fdel1-1.fna.fbcdn.net",
"profilePicHD": "https://instagram.fdel1-1.fna.fbcdn.net/vp/073c225007a67fa0563350a2441f0053/5DFDDF3A/t51.2885-19/s320x320/52780205_395221154575465_269834356913078272_n.jpg?_nc_ht=instagram.fdel1-1.fna.fbcdn.net"
}
```

@@ -64,0 +118,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc