Export Instagram collections to git-ified and version controllable achieves
$ npm install -g instagram-export
Delete a post from an archive
USAGE
$ instagram-export delete CODE
ARGUMENTS
CODE Code of posts to be deleted from the archive (could be more than one)
DESCRIPTION
Delete a post from an archive
See code: dist/commands/delete.ts
Fetch Instagram for new posts of an archive
USAGE
$ instagram-export fetch [--open] [--refetch] [--max-page <value>]
FLAGS
--max-page=<value> Maximum pages to fetch
--open Open Puppeteer in a window
--refetch Re-fetch the whole collection and update existing posts
DESCRIPTION
Fetch Instagram for new posts of an archive
See code: dist/commands/fetch.ts
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
View archive in a webpage
USAGE
$ instagram-export view [--dev] [--port <value>]
FLAGS
--dev Use `src/view.html` instead of downloaded assets
--port=<value> [default: 80] Specify server port
DESCRIPTION
View archive in a webpage
See code: dist/commands/view.ts