From 162e712e6adb3080b1952230adf9c84b1321256e Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Tue, 14 Aug 2018 09:15:17 +0200 Subject: [PATCH] Update README.md --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/README.md b/README.md index 831c69b..cc6be9b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,37 @@ # 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 + +# 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