Skip to content

Export Instagram collections to git-ified and version controllable achieves

License

Notifications You must be signed in to change notification settings

mon-jai/instagram-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Export

Export Instagram collections to git-ified and version controllable achieves

Installation

$ npm install -g instagram-export

Commands

instagram-export delete CODE

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

instagram-export fetch

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

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 [--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

About

Export Instagram collections to git-ified and version controllable achieves

Resources

License

Stars

Watchers

Forks

Packages

No packages published