vsco-scraper
vsco-scraper copied to clipboard
Easily allows for scraping a VSCO
the user exists but dont download its images ``` vsco-scraper --all iridaal Traceback (most recent call last): File "/home/elias/.local/bin/vsco-scraper", line 8, in sys.exit(main()) File "/home/elias/.local/lib/python3.10/site-packages/vscoscrape/vscoscrape.py", line 842, in main with...
I guess VSCO changed their profile picture system. The scraper is not compatible with this system. I'll look into this later, but I still wanted to open it here.
Forgive me, this is more or less a feature request. From the code, it appears upload date is read from VSCO. Could there be a flag to append this information...
Hi there! After seemingly succesfully installing vsco-scraper by using the command `pip install vsco-scraper` I run into the following problem. When I try to run the scraper by using the...
Fixes issue #29 and checks to make sure content exists before creating directories. Also handles when an account cannot be found or has been suspended.
Approx 2 weeks ago the scraper only started collecting 118 byte files. Does not appear to be IP address related. Has the VSCO API changed?
vsco-scraper looks like it downloads the images, but they are not images rather html files with the following content ``` 403 Forbidden 403 Forbidden ``` has anyone else managed to...