Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Alamantus/GooglePhotosExportOrganizer
A (defunct) tool for merging and organizing exported Google Photos backups. Built with React and Electron!
https://github.com/Alamantus/GooglePhotosExportOrganizer
electron google-photos google-photos-backup organization react
Last synced: 2 months ago
JSON representation
A (defunct) tool for merging and organizing exported Google Photos backups. Built with React and Electron!
- Host: GitHub
- URL: https://github.com/Alamantus/GooglePhotosExportOrganizer
- Owner: Alamantus
- Created: 2020-11-14T01:23:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-27T05:53:12.000Z (over 1 year ago)
- Last Synced: 2024-08-02T15:52:31.729Z (6 months ago)
- Topics: electron, google-photos, google-photos-backup, organization, react
- Language: JavaScript
- Homepage: https://alamantus.github.io/GooglePhotosExportOrganizer/
- Size: 1.68 MB
- Stars: 73
- Watchers: 3
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - Alamantus/GooglePhotosExportOrganizer - A (defunct) tool for merging and organizing exported Google Photos backups. Built with React and Electron! (JavaScript)
README
# Google Photos Export Organizer
A tool for extracting and organizing exported Google Photos folders. Built with React!
---
## Notice
This tool has been reported to not work reliably anymore, and I can't devote any time into researching what might be wrong.
Please use at your own risk and understand that it may no longer work!
---
[See Instructions & Downloads](https://alamantus.github.io/GooglePhotosExportOrganizer/)
---
# Development
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `yarn dev`
Opens an electron window with developer tools open.
The page will reload if you make edits.\
You will also see any lint errors in the console.### `yarn electron-pack`
Builds the app for production to the `dist` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
See this [blog post](https://finbits.io/blog/electron-create-react-app-electron-builder/) about how to get Create React App working with Electron.