{"id":23201077,"url":"https://github.com/codedotjs/migger","last_synced_at":"2026-03-07T22:07:58.151Z","repository":{"id":57296942,"uuid":"143218245","full_name":"CodeDotJS/migger","owner":"CodeDotJS","description":":gem: Download media from the URL that contains multiple images/videos on Instagram!","archived":false,"fork":false,"pushed_at":"2018-08-01T23:38:44.000Z","size":347,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-06T01:44:54.294Z","etag":null,"topics":["cli-app","download","images","instagram","multiple","videos"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodeDotJS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-01T23:27:05.000Z","updated_at":"2024-11-16T02:18:18.000Z","dependencies_parsed_at":"2022-09-01T08:40:51.177Z","dependency_job_id":null,"html_url":"https://github.com/CodeDotJS/migger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CodeDotJS/migger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDotJS%2Fmigger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDotJS%2Fmigger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDotJS%2Fmigger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDotJS%2Fmigger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeDotJS","download_url":"https://codeload.github.com/CodeDotJS/migger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDotJS%2Fmigger/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265801818,"owners_count":23830472,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli-app","download","images","instagram","multiple","videos"],"created_at":"2024-12-18T15:13:49.528Z","updated_at":"2026-03-07T22:07:58.094Z","avatar_url":"https://github.com/CodeDotJS.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cbr\u003e\n\t\u003ca href=\"https://www.npmjs.com/migger\"\u003e\u003cimg src=\"media/text5089.png\" alt=\"migger\" width=\"300px\"\u003e\u003c/a\u003e\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\t\u003ca href=\"https://travis-ci.org/CodeDotJS/migger\"\u003e\u003cimg src=\"https://travis-ci.org/CodeDotJS/migger.svg?branch=master\"\u003e\u003c/a\u003e\n\t\u003cimg src=\"https://img.shields.io/badge/code_style-XO-5ed9c7.svg\"\u003e\n\u003c/p\u003e\n\n\n\u003cp align=\"center\"\u003e\u003cb\u003eDownload media from the URL that contains multiple images/videos on Instagram!\u003c/b\u003e\u003c/p\u003e\n\n\n## Install\n\n```\n\n$ npm install --global migger\n```\n__`OR`__\n```\n$ sudo npm install --global migger\n```\n\n## Usage\n\n\n```\n Usage: mig \u003ccommand\u003e [url] \u003coption\u003e\n\n Command:\n  -d, --download    Download all the media\n  -e, --export      Export links in as JSON\n\n Option:\n  -p, --path        Specify path of the folder for files\n\n  Help:\n  -h, --help        Show help\n  -v, --version     Show current version\n\n```\n\n\n## Preview\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/rishigiridotcom/rishigiri.com/76830395ee90658169d90074153469bed3641950/github/migger.gif\" alt=\"migger\"\u003e\n\n\u003cbr\u003e\n\u003cbr\u003e\n\n\u003cimg src=\"media/images.png\"\u003e\n\n\u003c/p\u003e\n\n__NOTE__\n\n- By default, the saved media can be found in `/user/home/instagram/`. There is no way to change the destination permanently.\n\n- You can use `$ mig -d \u003curl\u003e --path /path/to/download` to specify the destination of the folder. The default directory will always be `/path/to/download/Instagram`.\n\n- Exported JSON files will be automatically saved in `/user/home/instagram` with a random name!\n\n__WHY?__\n\n- I don't know. I was stressed, so made it for fun. That's it.\n\n## Related\n\n- __[`instavim`](https://github.com/CodeDotJS/instavim)__ `:` `Complete media downloader for Instagram`\n- __[`mista`](https://github.com/CodeDotJS/mista)__ `:` `Scrape all downloadable urls of the Instagram posts that has multiple images or videos!`\n- __[`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!`\n- __[`instagram-links`](https://github.com/CodeDotJS/Instagram-Links)__ `:` `Get links of the publicaly shared medias and profile picture available on Instagram!`\n- __[`instafy`](https://github.com/CodeDotJS/instafy)__ `:` `A command line Instagram media notifier!`\n- __[`istalk`](https://github.com/CodeDotJS/istalk)__ `:` `Don't pollute your browser history. Stalk Instagram users from the command line!`\n- __[`image-of`](https://github.com/CodeDotJS/image-of)__ `:` `Download profile picture of any facebook user!`\n- __[`gravatar-of`](https://github.com/CodeDotJS/gravatar-of)__ `:` `Download avatar of gravatar users through their email id!`\n- __[`twiger`](https://github.com/CodeDotJS/twiger)__ `:` `A complete media downloader for twitter!`\n\n## License\n\nMIT - Copyright \u0026copy; [Rishi Giri](http://rishi.ml)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodedotjs%2Fmigger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodedotjs%2Fmigger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodedotjs%2Fmigger/lists"}