Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codedotjs/instagram-links
:boom: Get links of the publicly shared medias on Instagram
https://github.com/codedotjs/instagram-links
api extract fetch instagram link media nodejs url
Last synced: 9 days ago
JSON representation
:boom: Get links of the publicly shared medias on Instagram
- Host: GitHub
- URL: https://github.com/codedotjs/instagram-links
- Owner: CodeDotJS
- License: mit
- Created: 2016-11-05T19:34:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-30T22:58:06.000Z (over 6 years ago)
- Last Synced: 2024-12-17T10:39:09.775Z (11 days ago)
- Topics: api, extract, fetch, instagram, link, media, nodejs, url
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
> Get links of the publically shared medias on Instagram.
## Install
```
$ npm install --global instagram-links
```## Preview
## Usage
```
$ Usage: igl [source]
Commands:
› -p, --profile Get link of the profile picture in all resolution.
› -i, --image Get link of the publically shared images.
› -v, --video Get link of the publically shared videos.Help:
› $ igl -p [--profile] 9gag
› $ igl -i [--image] https://www.instagram.com/p/BWtD8vxlCvO/
› $ igl -v [--video] https://www.instagram.com/p/BWvEj0fF5Tg/```
## Related
- __[`instagram-id-of`](https://github.com/CodeDotJS/instagram-id-of)__ `:` `Easily find user id of an Instagram user from command line!`
- __[`instagram-profile-picture`](https://github.com/CodeDotJS/instagram-profile-picture)__ `:` `API to extract url of the shared medias on Instagram`
- __[`instafy`](https://github.com/CodeDotJS/instafy)__ `:` `A command line Instagram media notifier!`
- __[`instavim`](https://github.com/CodeDotJS/instavim)__ `:` `A complete Instagram media downloader`## License
MIT © [Rishi Giri](http://rishigiri.ml)