Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alphka/vsco-downloader
Download images and videos from a VSCO profile.
https://github.com/alphka/vsco-downloader
date downloader exif lastmodified lastmodifiedtime metadata sharp
Last synced: about 9 hours ago
JSON representation
Download images and videos from a VSCO profile.
- Host: GitHub
- URL: https://github.com/alphka/vsco-downloader
- Owner: Alphka
- License: isc
- Created: 2023-12-16T18:03:03.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T19:46:19.000Z (2 months ago)
- Last Synced: 2024-09-10T22:34:07.228Z (2 months ago)
- Topics: date, downloader, exif, lastmodified, lastmodifiedtime, metadata, sharp
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
VSCO Downloader
### Description
A program written in JavaScript to download images and videos from VSCO.
### Usage
```
vscodl [options] profile
```
### Supported options
```
Usage: vscodl [options]Arguments:
string ProfileOptions:
-v, --version Display program version
-o, --output [path] Output directory
-f, --force Force creation of output directory (default: false)
-l, --limit Set content limit to fetch from VSCO API (default: 20)
-q, --queue 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](LICENSE.md) © 2024 Kayo Souza