{"id":42574036,"url":"https://github.com/leopku/micro-feed","last_synced_at":"2026-01-28T21:36:15.161Z","repository":{"id":136541950,"uuid":"191310545","full_name":"leopku/micro-feed","owner":"leopku","description":"Micro-Feed an extremely small size feed sync service with beautiful GUI, GraphQL support(also a graphql playground) support. https://github.com/leopku/micro-feed","archived":false,"fork":false,"pushed_at":"2021-05-28T01:22:36.000Z","size":991,"stargazers_count":23,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-20T11:59:09.076Z","etag":null,"topics":["docker","feed","graphql","graphql-playground","graphql-support","rss-aggregator"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leopku.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}},"created_at":"2019-06-11T06:46:14.000Z","updated_at":"2023-02-11T10:27:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"b0cb1d0c-e14f-40db-9edb-c8e54a07db88","html_url":"https://github.com/leopku/micro-feed","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/leopku/micro-feed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leopku%2Fmicro-feed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leopku%2Fmicro-feed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leopku%2Fmicro-feed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leopku%2Fmicro-feed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leopku","download_url":"https://codeload.github.com/leopku/micro-feed/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leopku%2Fmicro-feed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28853092,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"last_error":"SSL_read: 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":["docker","feed","graphql","graphql-playground","graphql-support","rss-aggregator"],"created_at":"2026-01-28T21:36:11.690Z","updated_at":"2026-01-28T21:36:15.152Z","avatar_url":"https://github.com/leopku.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Micro Feed\n\nMicro-Feed an extremely small size feed sync service with beautiful GUI, GraphQL support(also a graphql playground) support. https://github.com/leopku/micro-feed\n\n## Q群\n\n946315845\n\n## Screenshot\n\n![screenshot for micro-feed](https://raw.githubusercontent.com/leopku/micro-feed/master/c65633ca-f7d7-4315-ba50-650364d58df9.png)\n\n## Features\n\n### Micro Size\n\nExtremely small binary size and docker image size.\n\nDocker image size is \u003c10MB.\n\n### Supported feed types\n\n* RSS 0.90\n* Netscape RSS 0.91\n* Userland RSS 0.91\n* RSS 0.92\n* RSS 0.93\n* RSS 0.94\n* RSS 1.0\n* RSS 2.0\n* Atom 0.3\n* Atom 1.0\n\n## Release\n\n### Binary\n\nhttps://github.com/leopku/micro-feed/releases\n\n### Docker\n\n[https://hub.docker.com/r/leopku/micro-feed-community](https://hub.docker.com/r/leopku/micro-feed-community)\n\n## Docker\n\n### Default\n\n* app root: `/app`\n* app config: `/app/micro-feed.toml`\n* database: `/app/micro-feed.db`. This can be changed by modifing `/app/micro-feed.toml`\n\n## GraphQL\n\n### Playground\n\n* `http://localhost:8300/graphql`\n\n### Play with GraphQL \n\n#### Add a feed\n\n```\nmutation {\n  createFeed(title: \"my new feed\", description: \"feed detail\", subscription: \"https://path/of/my/feed/rss.xml\")\n}\n```\n\nAfter adding feed and waiting for a while (default 15min), entries would be synced from feed.\n\n#### List Entries\n\n```\nquery {\n  entries {\n    id\n    title\n    link\n  }\n}\n```\n\n#### Get detail of an entry\n\n```\nquery {\n  entry(id: 123) {\n    id\n    title\n    link\n  }\n}\n```\n\n#### Mark an entry as read/unread\n\n```\nmutation {\n  markEntry(id: 123, mark: 1)\n}\n```\n\n* `1` as read\n* `2` as unread\n\n## Issue reporting \u0026 Suggestion\n\n### Telegram Channel\n\nhttps://t.me/microfeed2019\n\n### Telegram Group\n\nhttps://t.me/joinchat/BTEzgBdAx6eQKVZj7mFPbA\n\n### Github Issue\n\nhttps://github.com/leopku/micro-feed/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleopku%2Fmicro-feed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleopku%2Fmicro-feed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleopku%2Fmicro-feed/lists"}