{"id":26166043,"url":"https://github.com/rcnow/news-aggregator","last_synced_at":"2025-09-01T01:35:02.128Z","repository":{"id":283460490,"uuid":"947753414","full_name":"rcnow/news-aggregator","owner":"rcnow","description":"A simple news aggregator.","archived":false,"fork":false,"pushed_at":"2025-06-23T10:07:43.000Z","size":251,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-23T11:25:10.919Z","etag":null,"topics":["news-aggregator","rss","rss-aggregator","rss-reader"],"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/rcnow.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}},"created_at":"2025-03-13T07:38:57.000Z","updated_at":"2025-06-23T10:07:46.000Z","dependencies_parsed_at":"2025-03-20T11:31:23.014Z","dependency_job_id":"ae706487-60bf-43cb-b7ea-ff2fce47ece4","html_url":"https://github.com/rcnow/news-aggregator","commit_stats":null,"previous_names":["rcnow/news-aggregator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rcnow/news-aggregator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcnow%2Fnews-aggregator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcnow%2Fnews-aggregator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcnow%2Fnews-aggregator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcnow%2Fnews-aggregator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rcnow","download_url":"https://codeload.github.com/rcnow/news-aggregator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcnow%2Fnews-aggregator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273064468,"owners_count":25039261,"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","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"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":["news-aggregator","rss","rss-aggregator","rss-reader"],"created_at":"2025-03-11T16:28:27.924Z","updated_at":"2025-09-01T01:35:02.122Z","avatar_url":"https://github.com/rcnow.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# News Aggregator\n\nA simple news aggregator built with Go that fetches news from various RSS and ATOM feeds, processes them, and displays the latest news in a user-friendly web interface. The application supports light and dark themes and is optimized for desktop and mobile devices.\n\n## Features\n\n### Implemented\n- Responsive UI with full support for desktops.\n- Light and dark themes.\n- Support for RSS and ATOM feeds.\n\n### Planned\n- Responsive UI for tablets, and mobile devices\n- Main screen with customizable widgets.\n- Full-fledged desktop applications for Windows and Linux.\n- Support for additional feed formats.\n\n## Screenshots\n\n### Light Theme\n![Light Theme](./doc/light.png)\n\n### Dark Theme\n![Dark Theme](./doc/dark.png)\n\n## Prerequisites\n\nBefore you begin, ensure you have the following installed:\n\n- [Go](https://golang.org/dl/) (version 1.21 or later)\n- A web browser\n\n## Getting Started\n\nFollow these steps to set up and run the project locally.\n\n### 1. Clone the Repository\n\nClone the repository to your local machine using the following command:\n\n```bash\ngit clone https://github.com/rcnow/news-aggregator.git\n```\n\n### 2. Navigate to the Project Directory\n\nChange into the project directory:\n\n```bash\ncd news-aggregator\n```\n\n### 3. Add Your Feed Links\nCreate a `config.na` file or rename `config-example.na` to `config.na`.\nOpen the `config.na` file and add your RSS feed URLs to the `feed` slice. For example:\n\n```yaml\nfeed:\n    url: https://example.com/rss\n    category: demo\nfeed:\n    url: https://example.com/feed\n    category: world news\n```\n\n### 4. Run the Application\n\nStart the server using:\n\n```bash\ngo run main.go\n```\n\nYou should see output indicating that the web server is starting.\n\n### 5. Access the Application\n\nOpen your web browser and navigate to:\nhttp://localhost:8080\n\n## Resources\n\n- [Go Documentation](https://golang.org/doc/)\n- [Project Repository](https://github.com/rcnow/news-aggregator)\n- [Customizing Themes](./doc/THEMES.md)\n\n## Credits\n\n- Icons were designed using [Figma](https://www.figma.com/).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcnow%2Fnews-aggregator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frcnow%2Fnews-aggregator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcnow%2Fnews-aggregator/lists"}