feat: Implemented fetching stories

Signed-off-by: Philipp Le <philipp@philipple.de>
Change-Id: I3841b5ca69f304c52c6bc6f32d3a0329b0547db4
13 files changed
tree: 8cfb38758c57d9e15095070e1d5fd117650a3eb3
  1. .gitignore
  2. .idea/
  3. README.md
  4. instagram_downloader_nodejs.iml
  5. package-lock.json
  6. package.json
  7. src/
  8. tsconfig.json
README.md

Instagram Downloader

Getting Started

Configuration

Copy src/config.example.ts to src/config.ts.

Modify the configuration.

Build

Build TypeScript files:

npm install
npx tsc

Rebuild if configuration is changed.

Run

node dist/story.js