{"id":21292105,"url":"https://github.com/aquilax/newsferry","last_synced_at":"2025-03-15T16:40:55.768Z","repository":{"id":57543527,"uuid":"295087798","full_name":"aquilax/newsferry","owner":"aquilax","description":"Modular RSS/Atom Feed aggregator prototype","archived":false,"fork":false,"pushed_at":"2023-06-24T03:54:18.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-22T06:30:10.159Z","etag":null,"topics":["rss"],"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/aquilax.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}},"created_at":"2020-09-13T05:54:00.000Z","updated_at":"2023-06-24T03:54:21.000Z","dependencies_parsed_at":"2024-06-11T17:23:11.436Z","dependency_job_id":"3254d6ef-e85f-4ca5-9aba-0a66fe322989","html_url":"https://github.com/aquilax/newsferry","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquilax%2Fnewsferry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquilax%2Fnewsferry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquilax%2Fnewsferry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquilax%2Fnewsferry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aquilax","download_url":"https://codeload.github.com/aquilax/newsferry/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243762228,"owners_count":20343972,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["rss"],"created_at":"2024-11-21T13:47:38.258Z","updated_at":"2025-03-15T16:40:55.735Z","avatar_url":"https://github.com/aquilax.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# newsferry\n\nAn RSS thing\n\n## Entities\n\n### Feed\n\n```json\n{\"feedUrl\": \"https://example.com\", \"feedMeta\": {}}\n```\n\n### FetchedFeed\n\n```json\n{\"feedUrl\": \"https://example.com\", \"feedMeta\": {}, \"feedBody\": \"\u003cxml/\u003e\"}\n```\n\n### FeedItem\n\n```json\n{\"feedUrl\": \"https://example.com\", \"feedMeta\": {}, \"article\": \"\u003chtml/\u003e\", \"articleMeta\": {}}\n```\n\n## Tools\n\n### fetch\n\nin: `\u003cFeed\u003e`\nout: `\u003cFetchedFeed\u003e`\n\n### parse\n\nin: `\u003cFetchedFeed\u003e`\nout: `[\u003cFeedItem\u003e]`\n\n### store\n\nin: `[\u003cFeedItem\u003e]`\n\n## Pipelines\n\n### fetch -\u003e parse -\u003e \"store\"\n\n```command\necho '{\"url\":\"http://rss.slashdot.org/Slashdot/slashdotMain\"}' | go run cmd/fetch/main.go | go run cmd/parse/main.go | go run cmd/store/main.go\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faquilax%2Fnewsferry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faquilax%2Fnewsferry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faquilax%2Fnewsferry/lists"}