Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daneroo/gphotos-googleapis

Get a list of all photos on Google Photos
https://github.com/daneroo/gphotos-googleapis

Last synced: 2 months ago
JSON representation

Get a list of all photos on Google Photos

Awesome Lists containing this project

README

        

# gphotos-googleapis

- Use a refresh token and list all photos

## Operation

Still manual:

```bash
cd ../get-me-a-googleapi-refresh-token/
node src/index.js generate # and put the output json into a `tokens-xxx.json` file in this directory
# edit the token file name in index.js
# in this directory
npm start # which will list all the photos (media items) for that account.
```

## TODO

- `npx @daneroo/get-me-a-googleapi-refresh-token`
- Implement refreshTokensDB.json
- persist refresh token by account
- yargs: verify
- renovate

## References

-
-
-