instagram-export
v0.8.0
Published
Export Instagram profiles and collections to git-ified and version controllable achieves
Downloads
6
Maintainers
Readme
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