Skip to content

Instantly share code, notes, and snippets.

View Cyclingbob's full-sized avatar

Cyclingbob

View GitHub Profile
@Cyclingbob
Cyclingbob / config.js
Last active August 27, 2023 10:15
Google photos download photos from album. Call locoalhost/login to login to google oauth, then go to localhost and use query ?album=<album name>
{
"client_id": "",
"client_secret": "",
"redirect_uri": "http://localhost/auth/google/callback"
}