instagram-export
TypeScript icon, indicating that this package has built-in type declarations

0.8.0 • Public • Published

Instagram Export

Export Instagram collections to git-ified and version controllable achieves

Installation

$ npm install -g instagram-export

Commands

instagram-export fetch

Fetch Instagram for new posts of an archive

USAGE
  $ instagram-export fetch [--open] [--max-page <value>]

FLAGS
  --max-page=<value>  Maximum pages to fetch
  --open              Open Puppeteer in a window

DESCRIPTION
  Fetch Instagram for new posts of an archive

See code: dist/commands/fetch.ts

instagram-export init

Initialize a new archive

USAGE
  $ instagram-export init

DESCRIPTION
  Initialize a new archive

  Supported URL:
  https://instagram.com/{username}/
  https://instagram.com/{username}/saved/all-posts/
  https://instagram.com/{username}/saved/{collection_name}/{collection_id}/

See code: dist/commands/init.ts

instagram-export view

View archive in a webpage

USAGE
  $ instagram-export view [--port <value>]

FLAGS
  --port=<value>  [default: 3000] Specify server port

DESCRIPTION
  View archive in a webpage

See code: dist/commands/view.ts

Package Sidebar

Install

npm i instagram-export

Weekly Downloads

2

Version

0.8.0

License

MIT

Unpacked Size

116 kB

Total Files

33

Last publish

Collaborators

  • mon-jai