{"id":42920782,"url":"https://github.com/lepinkainen/hermes","last_synced_at":"2026-01-30T17:37:02.069Z","repository":{"id":247089342,"uuid":"825001081","full_name":"lepinkainen/hermes","owner":"lepinkainen","description":"Gather data from different sources, store it in JSON and Markdown format locally","archived":false,"fork":false,"pushed_at":"2026-01-14T21:30:51.000Z","size":1525,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-15T02:08:42.728Z","etag":null,"topics":["goodreads-data","imdb","json","markdown","obsidian","steam-api"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lepinkainen.png","metadata":{"files":{"readme":"README.md","changelog":"history/datasette_integration.md","contributing":"docs/contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2024-07-06T13:45:45.000Z","updated_at":"2026-01-14T21:30:55.000Z","dependencies_parsed_at":"2025-03-10T21:23:38.701Z","dependency_job_id":"77c4ccc0-4db9-416f-bb00-7a98a78c02cc","html_url":"https://github.com/lepinkainen/hermes","commit_stats":null,"previous_names":["lepinkainen/hermes"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/lepinkainen/hermes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lepinkainen%2Fhermes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lepinkainen%2Fhermes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lepinkainen%2Fhermes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lepinkainen%2Fhermes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lepinkainen","download_url":"https://codeload.github.com/lepinkainen/hermes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lepinkainen%2Fhermes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28916279,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T16:37:38.804Z","status":"ssl_error","status_checked_at":"2026-01-30T16:37:37.878Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["goodreads-data","imdb","json","markdown","obsidian","steam-api"],"created_at":"2026-01-30T17:36:59.636Z","updated_at":"2026-01-30T17:37:02.061Z","avatar_url":"https://github.com/lepinkainen.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hermes\n\n![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/lepinkainen/hermes/build-and-test.yml?style=for-the-badge)\n\nHermes is a tool to own your data. It can parse exported data from different sources and collect them in a JSON, Obsidian flavoured markdown, or SQLite/remote Datasette format on your own computer.\n\nPartially ✨Vibe coded✨ with Cursor, Claude Code and Cline\n\n## Key Features\n\n- Export to Markdown, JSON, and SQLite\n- Optional remote export to a Datasette instance for querying and sharing\n\n## Documentation\n\nComprehensive documentation is available in the `docs/` directory:\n\n- [Project Overview](docs/01_overview.md)\n- [Installation \u0026 Setup](docs/02_installation_setup.md)\n- [Architecture](docs/03_architecture.md)\n- [Configuration](docs/04_configuration.md)\n- [Output Formats](docs/05_output_formats.md)\n- [Caching](docs/06_caching.md)\n- [Logging \u0026 Error Handling](docs/07_logging_error_handling.md)\n\n### Importers\n\n- [Goodreads Importer](docs/importers/goodreads.md)\n- [IMDb Importer](docs/importers/imdb.md)\n- [Letterboxd Importer](docs/importers/letterboxd.md)\n- [Steam Importer](docs/importers/steam.md)\n\n### Utilities\n\n- [Command Utilities](docs/utilities/cmdutil.md)\n- [Configuration Utilities](docs/utilities/config.md)\n- [Error Utilities](docs/utilities/errors.md)\n- [File Utilities](docs/utilities/fileutil.md)\n\n## Sources\n\n- ✅ Imdb \"Your ratings\" import\n  - Data enriched from OMDB\n- ✅ Letterboxd using [data export](https://letterboxd.com/user/exportdata/)\n  - Data enriched from OMDB\n  - Automated export via `hermes import letterboxd --automated` (Chrome/Chromium required)\n- ✅ Goodreads\n  - Data enriched from openlibrary\n  - Automated export via `hermes import goodreads --automated` (Chrome/Chromium required)\n- ✅ Steam\n  - Uses Steam API to fetch list of games you own (BYO Steam API key)\n  - Game data enriched via Steam API\n\n## Commands\n\n### Enhance\n\nEnrich existing Obsidian markdown notes with TMDB metadata:\n\n```bash\nhermes enhance ./markdown/movies --recursive\n```\n\nSee [docs/04_configuration.md](docs/04_configuration.md#enhance) for configuration options.\n\n### Diff\n\nCompare imported data between sources:\n\n```bash\n# Generate markdown diff report\nhermes diff imdb-letterboxd\n\n# Generate HTML report\nhermes diff imdb-letterboxd --html diff.html\n```\n\nSee [docs/08_diff.md](docs/08_diff.md) for details.\n\n## Other\n\nMost API data is cached locally just to be a good API citizen\n\n- Initial Steam import might take a while, you need to restart every few hours\n- OMDB has a 1k/day limit, so bigger lists may take a few days to fully process\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flepinkainen%2Fhermes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flepinkainen%2Fhermes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flepinkainen%2Fhermes/lists"}