{"id":50706267,"url":"https://github.com/duanechan/tldr","last_synced_at":"2026-06-09T12:02:06.542Z","repository":{"id":359259309,"uuid":"1236313895","full_name":"duanechan/tldr","owner":"duanechan","description":"A file/text summarizer web app \u0026 API powered by Gemini.","archived":false,"fork":false,"pushed_at":"2026-05-29T14:28:37.000Z","size":402,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-29T16:13:43.878Z","etag":null,"topics":["ai","gemini","go","jwt-authentication","sqlite","summarizer","svelte","tailwindcss","typescript"],"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/duanechan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":null,"dco":null,"cla":null}},"created_at":"2026-05-12T06:20:28.000Z","updated_at":"2026-05-29T14:29:38.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/duanechan/tldr","commit_stats":null,"previous_names":["duanechan/tldr"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/duanechan/tldr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duanechan%2Ftldr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duanechan%2Ftldr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duanechan%2Ftldr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duanechan%2Ftldr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duanechan","download_url":"https://codeload.github.com/duanechan/tldr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duanechan%2Ftldr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34105565,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ai","gemini","go","jwt-authentication","sqlite","summarizer","svelte","tailwindcss","typescript"],"created_at":"2026-06-09T12:02:05.649Z","updated_at":"2026-06-09T12:02:06.537Z","avatar_url":"https://github.com/duanechan.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **📝 Tilder: Text, Inexplicably Long, Devolved into Efficient Reading**\n\nA file/text summarizer web app \u0026 API written in Go \u0026 Svelte, powered by Gemini. Supports\nJWT authentication, cursor-based pagination, and file summarization for PDF\nand plain text formats.\n\n## 🚀 Getting Started\n\n*WIP*\n\n## ⚙️ Environment Variables\n\n*WIP*\n\n## Requirements\n\n*WIP*\n\n## 🔌 **Endpoints**\n\n### **API:** `/api/v1`\n\n| Path                        | Description                                      |\n| --------------------------- | ------------------------------------------------ |\n| `POST /summarize/file`      | Accepts multipart form file and creates a TL;DR. |\n| `POST /summarize/text`      | Accepts text and creates a TL;DR.                |\n| `GET /tldrs`                | Returns a paginated list of TL;DRs.              |\n| `GET /tldrs/{id}`           | Returns a TL;DR.                                 |\n| `PATCH /tldrs/{id}`         | Updates a TL;DR's title from a given ID.         |\n| `DELETE /tldrs`             | Batch deletes TL;DRs from a given list of IDs.   |\n| `DELETE /tldrs/{id}`        | Deletes a TL;DR from a given ID.                 |\n| `GET /me`                   | Returns the authenticated user.                  |\n| `PATCH /me/change-username` | Updates the username.                            |\n| `PATCH /me/reset-password`  | Updates the password.                            |\n| `POST /auth/register`       | Registers a new user.                            |\n| `POST /auth/login`          | Authenticates a user.                            |\n| `POST /auth/logout`         | Revokes the refresh token.                       |\n| `POST /auth/refresh`        | Generates a new refresh token.                   |\n\n### **Admin:** `/admin`\n\n| Path                                | Description                                    |\n| ----------------------------------- | ---------------------------------------------- |\n| `GET /users`                        | Returns a paginated list of users.             |\n| `GET /users/{id}`                   | Returns a user from a given ID.                |\n| `PATCH /users/{id}/change-username` | Updates the username of a user.                |\n| `PATCH /users/{id}/reset-password`  | Updates the password of a user.                |\n| `DELETE /users`                     | Batch deletes users from a given list of IDs.  |\n| `DELETE /users/{id}`                | Deletes a user from a given ID.                |\n| `DELETE /users/all`                 | Deletes all users (Only for development).      |\n| `GET /tldrs`                        | Returns a paginated list of TL;DRs.            |\n| `GET /tldrs/{id}`                   | Returns a TL;DR from a given ID.               |\n| `PATCH /tldrs/{id}`                 | Updates a TL;DR's title from a given ID.       |\n| `DELETE /tldrs`                     | Batch deletes TL;DRs from a given list of IDs. |\n| `DELETE /tldrs/{id}`                | Deletes a TL;DR from a given ID.               |\n| `DELETE /tldrs/all`                 | Deletes all TL;DRs (Only for development).     |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduanechan%2Ftldr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduanechan%2Ftldr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduanechan%2Ftldr/lists"}