https://github.com/sdushantha/vsco-dl
:camera: Download all of the images and videos from a VSCO user
https://github.com/sdushantha/vsco-dl
archiver cli commandline-tool downloader linux macos python ripper vsco
Last synced: 5 months ago
JSON representation
:camera: Download all of the images and videos from a VSCO user
- Host: GitHub
- URL: https://github.com/sdushantha/vsco-dl
- Owner: sdushantha
- License: mit
- Created: 2018-08-14T07:03:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-12T13:23:20.000Z (over 6 years ago)
- Last Synced: 2025-01-12T10:11:46.542Z (about 1 year ago)
- Topics: archiver, cli, commandline-tool, downloader, linux, macos, python, ripper, vsco
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 39
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vsco-dl
> Download all of the images and videos from a VSCO user
## :floppy_disk: Installation
```bash
# clone the repo
$ git clone https://github.com/sdushantha/vsco-dl.git
# or download the raw Python file
$ curl https://raw.githubusercontent.com/sdushantha/vsco-dl/master/vsco-dl.py --output vsco-dl.py
# install the requirements
$ pip3 install requests colorama
# run the program using Python 3
$ python3 vsco-dl.py ...
```
## :hammer: Usage
```
usage: vsco-dl.py [-h] [--content CONTENT] username pages
Download all of the images and videos from a VSCO user
positional arguments:
username Username of VSCO user
pages Number of pages the user has
optional arguments:
-h, --help show this help message and exit
--content CONTENT Option to download only videos (video) or photos (photo)
```
## :scroll: License
MIT License
Copyright (c) 2018 Siddharth Dushantha