Skip to content

Download VSCO users by siteID #7310

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
modelfe opened this issue Apr 6, 2025 · 2 comments
Open

Download VSCO users by siteID #7310

modelfe opened this issue Apr 6, 2025 · 2 comments

Comments

@modelfe
Copy link

modelfe commented Apr 6, 2025

Would it be possible to add an option to scrape VSCO users by their siteID? Unlike usernames, siteIDs don't change.

siteIDs can be found in the page source for any valid user (e.g. https://vsco.co/benchtheprod/gallery - search "siteID")

API for getting user information: https://api.vsco.co/2.0/sites/ (requires Bearer token)

See here for more possibly useful info.

It would also be great to get VSCO Journal downloads working.

@zone559
Copy link

zone559 commented Apr 7, 2025

Gallery-dl does not use api 2.0, instead gallery-dl use 3.0. 2.0 is missing video links, it only has photo and gifs.

@zone559
Copy link

zone559 commented Apr 7, 2025

Journal: code to get image url from blogs / journal
https://gist.github.com/zone559/515a963addc88db6d9b3909991676aa7


Request User ID Number To Get Current Username

https://gist.github.com/zone559/48d8ab6d33aad246444d4414fe93da88


Another method of getting profile picture, not really needed

https://gist.github.com/zone559/4efc7b8352b3dcc09902a3977a411728

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants