mvabdi / vsco-scraper

Easily allows for scraping a VSCO
MIT License
133 stars 26 forks source link

Thumbnails request #4

Closed petertriell closed 6 years ago

petertriell commented 6 years ago

Hi - is it possible to as a feature so that thumbnails are downloaded for all images, rather than full size?

Or is it easy for me to modify that myself?

Apologies if this is a dumb question. This is a great script, thank you!

mvabdi commented 6 years ago

By thumbnails do you mean the images you see on the vsco grid or pictures that size of the profile picture.

On Sat, May 26, 2018, 10:38 AM petertriell notifications@github.com wrote:

Hi - is it possible to as a feature so that thumbnails are downloaded for all images, rather than full size?

Or is it easy for me to modify that myself?

Apologies if this is a dumb question. This is a great script, thank you!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mvabdi/vsco-scraper/issues/4, or mute the thread https://github.com/notifications/unsubscribe-auth/AfBeB93oBtFG7AGzRK3lyzhRohFStIf9ks5t2WkCgaJpZM4UO8Br .

petertriell commented 6 years ago

I'll be honest I'm not sure, just the smallest possible image - I'm looking to be able to download a gallery, look at it in low red, then selectively track down shots I like in full res.

petertriell commented 6 years ago

To help explain, I have a bad internet connection with a data cap, so I'm looking to minimize my downloads.

mvabdi commented 6 years ago

After looking through a test VSCO json for a thumbnail version of an image, I couldn't find any. What I could do is use a different Python library to get a thumbnail version of said picture downloaded, though I am not sure if that is going to help with the data cap very much.

petertriell commented 6 years ago

Ah that's no good. I'll just have to cope.

Appreciate your great script and your help.