New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

instagram-archive-viewer

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

instagram-archive-viewer

[![Repository CI Status](https://github.com/nickcolley/instagram-archive-viewer/workflows/ci/badge.svg)](https://github.com/nickcolley/instagram-archive-viewer/actions?query=workflow%3Aci) [![npm version](https://img.shields.io/npm/v/instagram-archive-vi

  • 1.0.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-28.57%
Maintainers
1
Weekly downloads
 
Created
Source

Instagram Archive Viewer

Repository CI Status npm version

View your main instagram feed and stories to a local website from your data download archive.

Getting started

First, download your instagram data archive.

Then run:

npx instagram-archive-viewer --input ~/Downloads/username_12345678.zip

For all options run:

npx instagram-archive-viewer --help

Will this expose my personal details?

This tool only runs on your machine. It uses your main feed, stories and profile (which contains your email address).

You can also:

  • review the source code.
  • unzip your archive yourself
  • remove any sensitive information

I want to re-use this for my website

This project is an Eleventy site under the hood. You can:

  1. fork this project
  2. remove the bin folder.
  3. manually copy your archive into the src/_data directory.

Note: be careful as your archive contains sensitive information. By default it will be ignored by .gitignore but you may decide some of the already public parts of your archive are safe to commit.

Development

Running the project locally on your machine

You'll need Git and Node.js installed.

If you don't have Node.js, try installing Node Version Manager (NVM) before following the next steps.

1. Fork the project
2. Clone your forked project
git clone git@github.com:your-username-here/instagram-archive-viewer.git
3. Navigate to the project
cd instagram-archive-viewer
4. Install Node.js using nvm (optional)
nvm use
5. Install dependencies
npm install
6. Run the site
npm start

FAQs

Package last updated on 30 Oct 2020

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc