Socket
Socket
Sign inDemoInstall

instagram-save

Package Overview
Dependencies
85
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    instagram-save

Downloads and saves Instagram photos and videos to your current working directory.


Version published
Weekly downloads
58
increased by16%
Maintainers
1
Install size
7.00 MB
Created
Weekly downloads
 

Readme

Source

instagram-save

NPM version Build Status

Downloads and saves Instagram photos and videos to your current working directory.

Setup

Requirements: Node 4+

$ npm install -g instagram-save

CLI 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-LE

Or 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.txt

Node Usage

const save = require('instagram-save');

save('dU4fHDw-Ho', 'myDir').then(res => {
  console.log(res.file);
});

Run Tests

$ npm test

Lint Code

$ npm run lint

License

MIT © Eric Nishio

Keywords

FAQs

Last updated on 12 Jan 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc