Notice 10/28/2021: Unfortunalty, I am no longer going to be maintaining this project, I have moved onto new projects and have less time on my hands. If anyone wants to take this over, please fork and let me know and I will include your repo here.
Required Libraries: tqdm and requests
- Run VSCO Downloader.exe
- Enter a command
All media downloads to the directory the application is running in. Media is saved in folders by username.
username -i
OR
username --getImages
username -j
OR
username --getJournal
username -i -j
OR
username --getImages --getJournal
If you don't want to type the whole file path to the text file, ensure it is in the same directory or folder as your executable.
usernames_list.txt -m
OR
usernames_list.txt --multiple
usernames_list.txt -mj
OR
usernames_list.txt --multipleJournal
usernames_list.txt -a
OR
usernames_list.txt --all
Option | Secondary Options | Description |
---|---|---|
--getImages | -i | Downloads all of the user's images/videos |
--getJournal | -j | Downloads all of the images/videos in the user's journals and creates a directory for each journal |
--multiple | -m | Downloads multiple user's images/videos |
--multipleJournal | -mj | Downloads multiple user's journals |
--all | -a | Downloads multiple users journals and images, will download journal if they have one |
The bulk of the code is taken directly from Mustafa Abdi and his vsco-scraper application. https://github.com/mvabdi/vsco-scraper
I modified some of his code for usability and turned it into an executable.
If you have any questions about the program and how it was made feel free to contact me at dunkindawson@gmail.com. If you find any bugs or want to suggest an improvement feel free to email me or submit a pull request.