All Projects → mvabdi → vsco-scraper

mvabdi / vsco-scraper

Licence: MIT license
Easily allows for scraping a VSCO

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to vsco-scraper

Annie
👾 Fast and simple video download library and CLI tool written in Go
Stars: ✭ 16,369 (+15342.45%)
Mutual labels:  scraper, downloader, download
lux
👾 Fast and simple video download library and CLI tool written in Go
Stars: ✭ 19,266 (+18075.47%)
Mutual labels:  scraper, downloader, download
fansly
Simply scrape / download all the media from an fansly account
Stars: ✭ 351 (+231.13%)
Mutual labels:  scraper, downloader, download
DownloadManagerPlus
Using faster and easier than Android Download Manager
Stars: ✭ 80 (-24.53%)
Mutual labels:  downloader, download
Demeter
Demeter is a tool for scraping the calibre web ui
Stars: ✭ 155 (+46.23%)
Mutual labels:  scraper, download
lezhin-comics-downloader
📥 Downloader for lezhin comics
Stars: ✭ 30 (-71.7%)
Mutual labels:  scraper, downloader
Yts Scraper
Download .torrent files from YTS YIFY
Stars: ✭ 19 (-82.08%)
Mutual labels:  scraper, downloader
Website-downloader
💡 Download the complete source code of any website (including all assets). [ Javascripts, Stylesheets, Images ] using Node.js
Stars: ✭ 615 (+480.19%)
Mutual labels:  scraper, downloader
udemy-downloader
A Udemy downloader that can download lectures, with DRM support.
Stars: ✭ 507 (+378.3%)
Mutual labels:  downloader, download
saveddit
Bulk Downloader for Reddit
Stars: ✭ 130 (+22.64%)
Mutual labels:  scraper, downloader
canvas-record
A one trick pony package to record and download a video from a canvas animation.
Stars: ✭ 64 (-39.62%)
Mutual labels:  downloader, download
Cum
comic updater, mangafied
Stars: ✭ 117 (+10.38%)
Mutual labels:  scraper, downloader
react-use-downloader
Creates a download handler function and gives progress information
Stars: ✭ 65 (-38.68%)
Mutual labels:  downloader, download
fbdl
📥 Download publicly shared videos from Facebook with an ease!
Stars: ✭ 29 (-72.64%)
Mutual labels:  downloader, download
gb-dl
A python based utility to download courses from infosec4tc.teachable.com , academy.ehacking.net and stackskills.com for personal offline use.
Stars: ✭ 33 (-68.87%)
Mutual labels:  downloader, download
Instascrape
🚀 A fast and lightweight utility and Python library for downloading posts, stories, and highlights from Instagram.
Stars: ✭ 76 (-28.3%)
Mutual labels:  scraper, downloader
CoubDownloader
A simple downloader for coub.com
Stars: ✭ 64 (-39.62%)
Mutual labels:  downloader, download
Redditdownloader
Scrapes Reddit to download media of your choice.
Stars: ✭ 521 (+391.51%)
Mutual labels:  scraper, downloader
Lulu
[Unmaintained] A simple and clean video/music/image downloader 👾
Stars: ✭ 789 (+644.34%)
Mutual labels:  scraper, downloader
youtube-downloader-python
You can download the YouTube video for free and convert it to any extension you want.
Stars: ✭ 20 (-81.13%)
Mutual labels:  downloader, download

VSCO Scraper

Allows for easy scraping of one VSCO at a time

Getting Started

Usage and installation of vsco-scraper

Prerequisites

Python 3 is required. Python 2 is not supported.

Installing

To install vsco-scraper:

 $ pip install vsco-scraper

To update vsco-scraper:

 $ pip install vsco-scraper --upgrade

Usage

To scrape a VSCO:

 $ vsco-scraper <username> --getImages

Images are downloaded into the <current directory/<username> folder

To scrape a user's journal on VSCO:

 $ vsco-scraper <username> --getJournal

Journal Images are downloaded into the <current directory>/<username>/journal/<journalname> folder

To scrape a user's collection on VSCO:

 $ vsco-scraper <username> --getCollection

Collection Images are downloaded into the <current directory>/<username>/<collection> folder

To scrape a user's profile picture on VSCO:

 $ vsco-scraper <username> --getProfile

Profile Pictures are downloaded into the <current directory>/<username>/<profile> folder

To scrape multiple VSCOs:

 $ vsco-scraper <filename-of-text-file> --multiple

*The scraper will read a text file, one username per line

To scrape multiple VSCOs images, journals and collections:

 $ vsco-scraper <filename-of-text-file> --all

*Same as above one username per line, but will also download journals and collection if it finds them

Options

Option Secondary Options Description
--getImages -i Grabs all of the user's images
--getJournal -j Grabs all of the images in the user's journals, then separates into separate folders
--getCollection -c Grabs all of the images in the user's collection
--getProfile -p Grabs a users profile picture
--multiple -m Grabs multiple users' images
--multipleJournal -mj Grabs multiple users' journals
--multipleCollection -mc Grabs multiple users' collections
--multipleProfile -mp Grabs multiple users' profile pictures
--all -a Scrape multiple users journals, collections, and images, will only download their journal and collection if they have one
--allProfile -ap Scrape multiple users profile pictures, journals, collections, and images. This is distinct from --all as this feature was added later
--cacheHit -ch This feature allows you to download media from an account even when the username changes by storing unique ids per user
--latest -l This allows the user to download media once per query per user, i.e if you run the same command repeatedly, it should download media once

Author

  • Mustafa Abdi - Initial work - mvabdi

Contributors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • instagram-scraper for inspiration
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].