Update README.md

This commit is contained in:
Siddharth Dushantha 2018-08-14 09:15:17 +02:00 committed by GitHub
parent a5c4d30330
commit 162e712e6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

View File

@ -1,2 +1,37 @@
# vsco-dl
> 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
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
```
## :scroll: License
MIT License
Copyright (c) 2018 Siddharth Dushantha