{"id":13778560,"url":"https://github.com/codedotjs/instavim","last_synced_at":"2025-08-18T23:33:09.355Z","repository":{"id":57274973,"uuid":"53131784","full_name":"CodeDotJS/instavim","owner":"CodeDotJS","description":":couple: A complete instagram media downloader","archived":false,"fork":false,"pushed_at":"2018-09-26T21:50:52.000Z","size":64,"stargazers_count":59,"open_issues_count":2,"forks_count":12,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-03-15T17:57:50.303Z","etag":null,"topics":["cli-app","download","image","instagram","instagram-stories","instagram-story","profile-picture","video"],"latest_commit_sha":null,"homepage":"","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":"2016-03-04T11:45:54.000Z","updated_at":"2023-11-07T20:00:38.000Z","dependencies_parsed_at":"2022-09-18T08:52:27.569Z","dependency_job_id":null,"html_url":"https://github.com/CodeDotJS/instavim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDotJS%2Finstavim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDotJS%2Finstavim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDotJS%2Finstavim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDotJS%2Finstavim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeDotJS","download_url":"https://codeload.github.com/CodeDotJS/instavim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230292739,"owners_count":18203650,"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","image","instagram","instagram-stories","instagram-story","profile-picture","video"],"created_at":"2024-08-03T18:00:54.776Z","updated_at":"2024-12-18T15:14:00.850Z","avatar_url":"https://github.com/CodeDotJS.png","language":"JavaScript","funding_links":[],"categories":["Command-line apps"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cbr\u003e\n\t\u003ca href=\"https://www.npmjs.com/package/instavim\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/rishigiridotcom/rishigiri.com/gh-pages/github/instavim.png\" alt=\"Instavim\" width=\"400\"\u003e\u003c/a\u003e\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\t\u003cimg src=\"https://travis-ci.org/CodeDotJS/instavim.svg?branch=master\"\u003e\n\t\u003cimg src=\"https://img.shields.io/badge/code_style-XO-5ed9c7.svg\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003cb\u003eDownload profile pictures, public images, and videos available on instagram directly from command line.\u003c/b\u003e\u003c/p\u003e\n\n\n## Install\n\n```\n$ npm install --global instavim\n```\n__`OR`__\n```\n$ sudo npm install --global instavim\n```\n\n## Preview\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://raw.githubusercontent.com/rishigiridotcom/rishigiri.com/gh-pages/github/instavim-1.gif\"\u003e\n\u003c/p\u003e\n\n## Features\n\n- Complete media downloader for Instagram.\n- Download profile pictures in four different resolutions.\n- Download images from the link.\n- Download videos from the link.\n- Download all the content from a post which has images and videos.\n- Ultra fast and easy to use!\n\n## Usage\n\n__`NOTE`__ `:` `Images and videos will be saved under` __`Instagram`__ `folder` `in` __`home directory`__\n\n__`Resolutions Available`__\n\n| __`Resolution`__ | __`Size`__      |\n|:----------------:|-----------------|\n|  `Small`         | `150x150 px`    |\n|  `Medium`        | `320x320 px`    |\n|  `Regular`       | `640x320 px`    |\n|  `Full`          | `1080x1080 px`  |\n\n```\n Usage : instavim [command] \u003cusername/link\u003e\n\n Command :\n  -s, --small     downlaod profile picture of resolution 150px\n  -m, --medium    download profile picutre of resolution 320px\n  -r, --regular   download profile picture of resolution 640px\n  -f, --full      download profile picture of resolution 1080px\n\n Command :\n  -a, --all       download all images/videos from a link\n  -l, --link      download image via link\n  -v, --video     download video via link\n\n Example : instavim -f 9gag\n           instavim -l \u003clink\u003e\n```\n\n## Related\n- __[`mista`](https://github.com/CodeDotJS/mista)__ `:` `Scrape all downloadable urls of the Instagram posts that has multiple images or videos!`\n- __[`migger`](https://github.com/CodeDotJS/migger)__ `:` `Download media from the URL that contains multiple images/videos on Instagram!`\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://rishigiri.ml)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodedotjs%2Finstavim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodedotjs%2Finstavim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodedotjs%2Finstavim/lists"}