{"id":31923037,"url":"https://github.com/rocketchat/apps.news-aggregation","last_synced_at":"2025-10-13T23:43:37.437Z","repository":{"id":241366334,"uuid":"806066259","full_name":"RocketChat/Apps.News-Aggregation","owner":"RocketChat","description":"Aggregates news from top websites and displays news in a configurable, user-friendly format with categorization. Provides centralized access to curated news within Rocket.Chat.","archived":false,"fork":false,"pushed_at":"2024-08-04T13:24:41.000Z","size":4042,"stargazers_count":9,"open_issues_count":3,"forks_count":8,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-09-29T01:40:00.372Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/RocketChat.png","metadata":{"files":{"readme":"README.md","changelog":"news-aggregation/.editorconfig","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":"2024-05-26T09:27:19.000Z","updated_at":"2025-04-04T03:36:32.000Z","dependencies_parsed_at":"2024-08-04T15:35:02.886Z","dependency_job_id":null,"html_url":"https://github.com/RocketChat/Apps.News-Aggregation","commit_stats":null,"previous_names":["rocketchat/news-aggregation-app","rocketchat/apps.news-aggregation"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RocketChat/Apps.News-Aggregation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RocketChat%2FApps.News-Aggregation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RocketChat%2FApps.News-Aggregation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RocketChat%2FApps.News-Aggregation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RocketChat%2FApps.News-Aggregation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RocketChat","download_url":"https://codeload.github.com/RocketChat/Apps.News-Aggregation/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RocketChat%2FApps.News-Aggregation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017232,"owners_count":26086016,"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-10-13T02:00:06.723Z","response_time":61,"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":[],"created_at":"2025-10-13T23:43:32.270Z","updated_at":"2025-10-13T23:43:37.428Z","avatar_url":"https://github.com/RocketChat.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Apps News-Aggregation2](https://github.com/user-attachments/assets/1bbb82ff-08b1-4070-b1ff-deebf515bc33)\n\n\u003cbr /\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch3 align=\"center\"\u003eNews Aggregation App for RocketChat\u003c/h3\u003e\n  \u003cp\u003eAggregates news from top websites and displays news in a configurable, user-friendly format with categorization. Provides centralized access to curated news within Rocket.Chat.\u003c/p\u003e\n\n  \u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/RocketChat/Apps.News-Aggregation\"\u003eView Demo\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/RocketChat/Apps.News-Aggregation/issues\"\u003eReport Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/RocketChat/Apps.News-Aggregation/issues\"\u003eRequest Feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![MIT License][license-shield]][license-url]\n\n\u003c/div\u003e\n\n## 📜 Getting Started\n\n### Prerequisites\n\n- You need a Rocket.Chat Server Setup\n- Rocket.Chat.Apps CLI,\n\n* In case you don't have run:\n  ```sh\n  npm install -g @rocket.chat/apps-cli\n  ```\n\n### ⚙️ Installation\n\n- Every RocketChat App runs on RocketChat Server, thus every time you want to test, you need to deploy the app with this note. Let's start setting up:\n\n1. Clone the repo\n   ```sh\n   git clone https://github.com/\u003cyourusername\u003e/Apps.News-Aggregation\n   ```\n2. Install NPM packages\n   ```sh\n   npm install\n   ```\n3. Deploy the app using:\n\n   ```sh\n   rc-apps deploy --url \u003curl\u003e --username \u003cusername\u003e --password \u003cpassword\u003e\n   ```\n4. Generate LLM API Key:\n   Generate an API key from [Mistral API Console](https://console.mistral.ai/api-keys/) and add it in the settings of the app. Navigate to:\n   ```\n   Installed -\u003e Private Apps -\u003e News-Aggregation App -\u003e Settings -\u003e Enter API Key.\n   ```\n\n\u003c!-- ABOUT THE PROJECT --\u003e\n\n## ✅ About The Project:\n\nThe News Aggregation App aims to provide a centralized platform for seamless access to curated news content within Rocket.Chat. It aggregates news from top websites, displaying them in a user-friendly format with complete configurability of sources and categories.\n\n## 👷‍♀️ Architecture:\n\n![arch](https://github.com/user-attachments/assets/55d2d763-24b4-4e84-8a23-50bed4b58070)\n\n## 🚀 Usage:\n\nUse the following slash commands to interact with the app:\n\n```\n/news alert: Get the latest news summaries on demand.\n/news help: Learn about the app, its features, and how to configure it.\n/news channels: List all channels where the app is configured.\n/news subscribe: Configure your news preferences through a modal.\n/news unsubscribe: Unsubscribe from receiving periodic news updates.\n```\n\n## 🧑‍💻 Contributing\n\nContributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\nIf you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue.\nDon't forget to give the project a star! Thanks again!\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feat/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'feat: adds some amazing feature'`)\n4. Push to the Branch (`git push origin feat/AmazingFeature`)\n5. Open a Pull Request\n\n## 📚 Resources\n\nHere are some links to examples and documentation:\n\n- [Rocket.Chat Apps TypeScript Definitions Documentation](https://rocketchat.github.io/Rocket.Chat.Apps-engine/)\n- [Rocket.Chat Apps TypeScript Definitions Repository](https://github.com/RocketChat/Rocket.Chat.Apps-engine)\n- [Example Rocket.Chat Apps](https://github.com/graywolf336/RocketChatApps)\n- [DemoApp](https://github.com/RocketChat/Rocket.Chat.Demo.App)\n- [GithubApp](https://github.com/RocketChat/Apps.Github22)\n- Community Forums\n  - [App Requests](https://forums.rocket.chat/c/rocket-chat-apps/requests)\n  - [App Guides](https://forums.rocket.chat/c/rocket-chat-apps/guides)\n  - [Top View of Both Categories](https://forums.rocket.chat/c/rocket-chat-apps)\n- [#rocketchat-apps on Open.Rocket.Chat](https://open.rocket.chat/channel/rocketchat-apps)\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n\n[contributors-shield]: https://img.shields.io/github/contributors/RocketChat/Apps.News-Aggregation?style=for-the-badge\n[contributors-url]: https://github.com/RocketChat/Apps.News-Aggregation/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/RocketChat/Apps.News-Aggregation?style=for-the-badge\n[forks-url]: https://github.com/RocketChat/Apps.News-Aggregation/network/members\n[stars-shield]: https://img.shields.io/github/stars/RocketChat/Apps.News-Aggregation?style=for-the-badge\n[stars-url]: https://github.com/RocketChat/Apps.News-Aggregation/stargazers\n[issues-shield]: https://img.shields.io/github/issues/RocketChat/Apps.News-Aggregation?style=for-the-badge\n[issues-url]: https://github.com/RocketChat/Apps.News-Aggregation/issues\n[license-shield]: https://img.shields.io/github/license/RocketChat/Apps.News-Aggregation?style=for-the-badge\n[license-url]: https://github.com/RocketChat/Apps.News-Aggregation/blob/master/LICENSE.txt\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocketchat%2Fapps.news-aggregation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frocketchat%2Fapps.news-aggregation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocketchat%2Fapps.news-aggregation/lists"}