Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codedotjs/migger
:gem: Download media from the URL that contains multiple images/videos on Instagram!
https://github.com/codedotjs/migger
cli-app download images instagram multiple videos
Last synced: 9 days ago
JSON representation
:gem: Download media from the URL that contains multiple images/videos on Instagram!
- Host: GitHub
- URL: https://github.com/codedotjs/migger
- Owner: CodeDotJS
- License: mit
- Created: 2018-08-01T23:27:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-01T23:38:44.000Z (over 6 years ago)
- Last Synced: 2024-12-11T21:40:46.316Z (16 days ago)
- Topics: cli-app, download, images, instagram, multiple, videos
- Language: JavaScript
- Size: 339 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Download media from the URL that contains multiple images/videos on Instagram!
## Install
```
$ npm install --global migger
```
__`OR`__
```
$ sudo npm install --global migger
```## Usage
```
Usage: mig [url]Command:
-d, --download Download all the media
-e, --export Export links in as JSONOption:
-p, --path Specify path of the folder for filesHelp:
-h, --help Show help
-v, --version Show current version```
## Preview
__NOTE__
- By default, the saved media can be found in `/user/home/instagram/`. There is no way to change the destination permanently.
- You can use `$ mig -d --path /path/to/download` to specify the destination of the folder. The default directory will always be `/path/to/download/Instagram`.
- Exported JSON files will be automatically saved in `/user/home/instagram` with a random name!
__WHY?__
- I don't know. I was stressed, so made it for fun. That's it.
## Related
- __[`instavim`](https://github.com/CodeDotJS/instavim)__ `:` `Complete media downloader for Instagram`
- __[`mista`](https://github.com/CodeDotJS/mista)__ `:` `Scrape all downloadable urls of the Instagram posts that has multiple images or videos!`
- __[`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://rishi.ml)