instagram-save
v1.3.2
Published
Downloads and saves Instagram photos and videos to your current working directory.
Downloads
192
Maintainers
Readme
Downloads and saves Instagram photos and videos to your current working directory.
Setup
Requirements: Node 4+
$ npm install -g instagram-saveCLI Usage
Run instagram-save by passing one or more URLs or media IDs as arguments,
like so:
$ instagram-save dU4fHDw-Ho
$ instagram-save https://www.instagram.com/p/dU4fHDw-Ho/
$ instagram-save dU4fHDw-Ho 6IbLiMQ-LEOr read URLs from a file (e.g. urls.txt):
https://www.instagram.com/p/dU4fHDw-Ho/
https://www.instagram.com/p/6IbLiMQ-LE/And run:
$ instagram-save -f urls.txtNode Usage
const save = require('instagram-save');
save('dU4fHDw-Ho', 'myDir').then(res => {
console.log(res.file);
});Run Tests
$ npm testLint Code
$ npm run lintLicense
MIT © Eric Nishio
