Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CodeDotJS/instavim
:couple: A complete instagram media downloader
https://github.com/CodeDotJS/instavim
cli-app download image instagram instagram-stories instagram-story profile-picture video
Last synced: 3 months ago
JSON representation
:couple: A complete instagram media downloader
- Host: GitHub
- URL: https://github.com/CodeDotJS/instavim
- Owner: CodeDotJS
- License: mit
- Created: 2016-03-04T11:45:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T21:50:52.000Z (about 6 years ago)
- Last Synced: 2024-03-15T17:57:50.303Z (8 months ago)
- Topics: cli-app, download, image, instagram, instagram-stories, instagram-story, profile-picture, video
- Language: JavaScript
- Homepage:
- Size: 62.5 KB
- Stars: 59
- Watchers: 5
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Download profile pictures, public images, and videos available on instagram directly from command line.
## Install
```
$ npm install --global instavim
```
__`OR`__
```
$ sudo npm install --global instavim
```## Preview
## Features
- Complete media downloader for Instagram.
- Download profile pictures in four different resolutions.
- Download images from the link.
- Download videos from the link.
- Download all the content from a post which has images and videos.
- Ultra fast and easy to use!## Usage
__`NOTE`__ `:` `Images and videos will be saved under` __`Instagram`__ `folder` `in` __`home directory`__
__`Resolutions Available`__
| __`Resolution`__ | __`Size`__ |
|:----------------:|-----------------|
| `Small` | `150x150 px` |
| `Medium` | `320x320 px` |
| `Regular` | `640x320 px` |
| `Full` | `1080x1080 px` |```
Usage : instavim [command]Command :
-s, --small downlaod profile picture of resolution 150px
-m, --medium download profile picutre of resolution 320px
-r, --regular download profile picture of resolution 640px
-f, --full download profile picture of resolution 1080pxCommand :
-a, --all download all images/videos from a link
-l, --link download image via link
-v, --video download video via linkExample : instavim -f 9gag
instavim -l
```## Related
- __[`mista`](https://github.com/CodeDotJS/mista)__ `:` `Scrape all downloadable urls of the Instagram posts that has multiple images or videos!`
- __[`migger`](https://github.com/CodeDotJS/migger)__ `:` `Download media from the URL that contains multiple images/videos on Instagram!`
- __[`instagram-profile-picture`](https://github.com/CodeDotJS/instagram-profile-picture)__ `:` `Get url to the profile picture of any instagram user in different resolutions and more!`
- __[`instagram-links`](https://github.com/CodeDotJS/Instagram-Links)__ `:` `Get links of the publicaly shared medias and profile picture available on Instagram!`
- __[`instafy`](https://github.com/CodeDotJS/instafy)__ `:` `A command line Instagram media notifier!`
- __[`istalk`](https://github.com/CodeDotJS/istalk)__ `:` `Don't pollute your browser history. Stalk Instagram users from the command line!`
- __[`image-of`](https://github.com/CodeDotJS/image-of)__ `:` `Download profile picture of any facebook user!`
- __[`gravatar-of`](https://github.com/CodeDotJS/gravatar-of)__ `:` `Download avatar of gravatar users through their email id!`
- __[`twiger`](https://github.com/CodeDotJS/twiger)__ `:` `A complete media downloader for twitter!`## License
MIT - Copyright © [Rishi Giri](http://rishigiri.ml)