Skip to content

Download images and videos from a VSCO profile.

License

Notifications You must be signed in to change notification settings

Alphka/VSCO-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VSCO Downloader

Description

A program written in JavaScript to download images and videos from VSCO.


Usage

vscodl [options] profile

Supported options

Usage: vscodl [options] <string>

Arguments:
  string                Profile

Options:
  -v, --version         Display program version
  -o, --output [path]   Output directory
  -f, --force           Force creation of output directory (default: false)
  -l, --limit <number>  Set content limit to fetch from VSCO API (default: 20)
  -q, --queue <number>  Set how many items will be downloaded at the same time (default: 20)
  -nv, --novideo        Disable video downloading (default: false)
  -h, --help            Display help

Installation

npm install
npm link

License

ISC © 2024 Kayo Souza