Polished and well engineered. Punching above its star count.
This tool has been designed to Interact and Manage different Photo Services such as Google Photos, Synology Photos, Immich Photos, NextCloud Photos, Google Takeout & Apple iCloud Takeout. The Tool supports multiple accounts per service, so you can migrate your assets between different accounts of the same service.
Documentation
97
README documents how to install the project.
Contributing guide is detailed and thorough.
README is present.
Licensed under GPL-3.0.
Engineering
76
No linter or formatter configured.
→ Add [tool.ruff] to pyproject.toml. Ruff handles linting and formatting in one tool and replaces flake8, isort, and black.
Test files detected (pytest.ini).
Lockfile present (requirements.txt). Installs are reproducible.
CI is configured (.github/workflows/build_all.yml).
Issue or PR templates present.
Project health
91
.gitignore present.
Dependency manifest found (pyproject.toml).
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 16Forks
- 40Releaseslatest 1y ago
Community
- —Community health
- —authors own >50% of commits
- 202Watchers
Responsiveness
- <1hMedian issue response
- <1hMedian PR merge time
- 0Open issues
Repository files25 root entries
- .githubGood: CI is configured (.github/workflows/build_all.yml).Good: Issue or PR templates present.
- .ideaIssue: Build artifacts or local files may be committed (.idea/PhotoMigrator.iml) (−40 pts).Fix: Remove them and add to .gitignore.
- assets
- docker-cli
- docker-webGood: Environment pinned via docker-web/docker-compose.yml.
- exif_tool
- gpth_tool
- help
- src
- tests
- tools
- .dockerignore
- .gitignoreGood: .gitignore present.
- CHANGELOG.md
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- Config.ini
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Good: Contributing guide describes code style expectations.Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- DOWNLOAD.md
- LICENSEGood: Licensed under GPL-3.0.
- pyproject.tomlGood: Dependency manifest found (pyproject.toml).
- pytest.iniGood: Test files detected (pytest.ini).
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- requirements.txtGood: Lockfile present (requirements.txt). Installs are reproducible.
- ROADMAP.md
- setup.py