{"id":50398384,"url":"https://github.com/ppowo/feedlet","last_synced_at":"2026-05-30T22:01:04.258Z","repository":{"id":320935317,"uuid":"1083575623","full_name":"ppowo/feedlet","owner":"ppowo","description":"Lightweight feed aggregator supporting RSS, Reddit, and custom scrapers with SSE auto-refresh","archived":false,"fork":false,"pushed_at":"2026-05-30T20:39:30.000Z","size":212,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-30T21:19:35.884Z","etag":null,"topics":["feed-aggregator","go","golang","hacker-news","reddit","rss","self-hosted","server-sent-events"],"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/ppowo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":null,"dco":null,"cla":null}},"created_at":"2025-10-26T10:03:14.000Z","updated_at":"2026-05-30T20:38:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"4f2b86c5-f640-42d1-800f-882d5bbb9017","html_url":"https://github.com/ppowo/feedlet","commit_stats":null,"previous_names":["ppowo/feedlet"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ppowo/feedlet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppowo%2Ffeedlet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppowo%2Ffeedlet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppowo%2Ffeedlet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppowo%2Ffeedlet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ppowo","download_url":"https://codeload.github.com/ppowo/feedlet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppowo%2Ffeedlet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33711018,"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-05-30T02:00:06.278Z","response_time":92,"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":["feed-aggregator","go","golang","hacker-news","reddit","rss","self-hosted","server-sent-events"],"created_at":"2026-05-30T22:01:03.565Z","updated_at":"2026-05-30T22:01:04.253Z","avatar_url":"https://github.com/ppowo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Feedlet\n\nMinimal RSS feed aggregator with tiling layout.\n\n## Features\n\n- Multiple source types (RSS, Reddit, Hacker News, custom scrapers)\n- Auto-refresh via SSE\n- Embedded configuration\n\n## Quick Start\n\n```bash\n# Development with auto-reload\nmage dev\n\n# Build for Linux x86_64\nmage build\n\n# Run\n./target/feedlet\n```\n\nServer runs on `http://localhost:3737`\n\n## Configuration\n\nEdit `internal/config/config.go` and rebuild:\n\n```go\n{\n    Name:           \"r/programming\",\n    Type:           \"reddit\",\n    URL:            \"https://old.reddit.com/r/programming/top/.rss?t=month\",\n    Interval:       600,\n    IntervalJitter: 120,\n    Enabled:        true,\n    Days:           7,\n}\n```\n\n**Source types:** `rss`, `reddit`, `hnalgolia`, `tildes`, `desuarchive`, `meltzerwiki`\n\n`hnalgolia` sources fetch Hacker News directly from `hn.algolia.com`.\n\n`tildes` sources fetch topics from [Tildes](https://tildes.net).\n\n`desuarchive` sources fetch threads from DesuArchive (4chan archives).\n\n`meltzerwiki` sources fetch the latest Dave Meltzer 5★+ matches from Wikipedia.\n\n## Logging\n\nLogs to stdout and OS log directory:\n\n- macOS: `~/Library/Logs/feedlet/`\n- Linux: `~/.local/state/feedlet/logs/`\n\nAuto-rotates daily, keeps 3 days.\n\n## Mage Commands\n\n- `mage dev` - Run with auto-reload\n- `mage build` - Build for Linux x86_64 to `target/`\n- `mage clean` - Remove build artifacts\n- `mage setup` - Install tools\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fppowo%2Ffeedlet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fppowo%2Ffeedlet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fppowo%2Ffeedlet/lists"}