vsco-dll1/README.md

38 lines
755 B
Markdown
Raw Permalink Normal View History

2018-08-14 09:03:42 +02:00
# vsco-dl
2018-08-14 09:15:17 +02:00
> Download all of the images and videos from a VSCO user
<p align="center">
<a href="https://asciinema.org/a/196264">
<img src="https://asciinema.org/a/196264.png" width="595px" height="auto">
</a>
</p>
## :floppy_disk: Installation
```bash
# clone the repo
$ git clone https://github.com/sdushantha/vsco-dl.git
# install the requirements
$ pip3 install -r requirements.txt
```
## :hammer: Usage
```
usage: vsco-dl.py [-h] username pages
2018-08-14 09:03:42 +02:00
Download all of the images and videos from a VSCO user
2018-08-14 09:15:17 +02:00
positional arguments:
username Username of VSCO user
pages Number of pages the user has
optional arguments:
-h, --help show this help message and exit
```
## :scroll: License
MIT License
Copyright (c) 2018 Siddharth Dushantha