Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/daneroo/gphotos-googleapis
- Owner: daneroo
- Created: 2019-12-19T20:37:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T09:38:34.000Z (almost 2 years ago)
- Last Synced: 2024-10-25T10:20:54.240Z (3 months ago)
- Language: JavaScript
- Size: 1.03 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - daneroo/gphotos-googleapis - Get a list of all photos on Google Photos (JavaScript)
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
-
-
-