Skip to main content

Tool for downloading VSCO user images and journals

Project description

vsco-dl

vsco-dl allows you to scrape and download a VSCO user's images/videos and journals.

Installation

To install vsco-dl:

$ pip install vsco-dl

To update vsco-dl:

 $ pip install vsco-dl --upgrade

Usage

 # Download a user's images/videos
 $ vsco-dl -i <username>
 # Download a user's journals
 $ vsco-dl -j <username>
 # Using both at once is fine
 $ vsco-dl -ij <username>

Images are by default downloaded into ./<username>. You can change this with the -o option. This option also affects journal downloads, which by default downloads into ./<username>/journal/.

You may specify a file as input. This file must contain one username per line. Blank lines are skipped.

 $ vsco-dl -i -f <filename>

Options

Option Description
-i, --images Scrape and download user's images/videos
-j, --journals Scrape and download user's journals
-f, --filename Specify filename containing multiple usernames to download
-o, --output Set output directory for user. %u will be replaced by the username
-w, --workers Set max download workers (default is 5)
-h, --help Print help

License

This project is licensed under the GNU GPLv3 License - see LICENSE for details

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vsco-dl-0.3.4.tar.gz (17.7 kB view hashes)

Uploaded Source

Built Distribution

vsco_dl-0.3.4-py3-none-any.whl (18.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page