{"id":24373306,"url":"https://github.com/ablomer/rsswatcher","last_synced_at":"2026-04-10T04:37:29.845Z","repository":{"id":273151696,"uuid":"917425528","full_name":"ablomer/rsswatcher","owner":"ablomer","description":"📰 A web application for monitoring RSS feeds and receiving real-time notifications when new posts match your keywords.","archived":false,"fork":false,"pushed_at":"2025-01-19T01:39:02.000Z","size":131,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T02:26:54.858Z","etag":null,"topics":["docker","express","feed-monitor","feed-parser","mantine","monitoring","nodejs","notifications","ntfy","react","rss","rss-feed","rss-reader","typescript","vite","webapp"],"latest_commit_sha":null,"homepage":"","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/ablomer.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":"2025-01-16T00:41:07.000Z","updated_at":"2025-01-19T01:39:05.000Z","dependencies_parsed_at":"2025-01-19T02:26:57.721Z","dependency_job_id":"ae1cbbc0-470a-4da1-91cb-c7fa13559ff4","html_url":"https://github.com/ablomer/rsswatcher","commit_stats":null,"previous_names":["ablomer/rsswatcher"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ablomer%2Frsswatcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ablomer%2Frsswatcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ablomer%2Frsswatcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ablomer%2Frsswatcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ablomer","download_url":"https://codeload.github.com/ablomer/rsswatcher/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243205253,"owners_count":20253427,"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":["docker","express","feed-monitor","feed-parser","mantine","monitoring","nodejs","notifications","ntfy","react","rss","rss-feed","rss-reader","typescript","vite","webapp"],"created_at":"2025-01-19T05:10:37.319Z","updated_at":"2025-12-28T06:55:30.969Z","avatar_url":"https://github.com/ablomer.png","language":"TypeScript","readme":"# RSS Watcher\n\nA modern web application for monitoring RSS feeds and receiving notifications when new posts match your keywords. Built with React, Express, and TypeScript.\n\n## Features\n\n- 🔍 Monitor multiple RSS feeds simultaneously\n- 🔑 Define custom keywords for each feed\n- 🔔 Real-time notifications via [ntfy.sh](https://ntfy.sh)\n  - Customize notifications per feed\n  - Set custom ntfy topic per feed\n  - Use post content or custom titles and descriptions\n  - Set notification priority\n  - Include post links and matched keywords\n- ⏰ Configurable check intervals\n- 📱 Responsive web interface\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v14 or higher)\n- npm or yarn\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/ablomer/rsswatcher.git\ncd rsswatcher\n```\n\n2. Install dependencies:\n```bash\nnpm install\n# or\nyarn install\n```\n\n### Development\n\nRun the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\n### Production\n\nBuild and start the production server:\n\n```bash\nnpm run build\nnpm start\n# or\nyarn build\nyarn start\n```\n\nOnce the server is running, visit `http://localhost:3000` in your browser to access the web interface.\n\n## Configuration\n\nAll configuration is managed through the web interface:\n\n### Feed Management\n- Add, edit, or remove RSS feeds through the \"Feeds\" tab\n- Set keywords for each feed to monitor\n- Configure notification settings for each feed:\n  - Set ntfy topic for notifications\n  - Choose between post title or custom title\n  - Choose between post description or custom description\n  - Set notification priority (urgent, high, default, low, min)\n  - Option to append post link to description\n  - Option to include matched keywords as tags\n  - Option to add \"Open\" action with post link\n- View feed status and history\n\n### Settings\n- Configure ntfy.sh notification settings in the \"Settings\" tab\n  - Configure ntfy server address (defaults to https://ntfy.sh)\n  - Adjust feed check interval\n\n### Environment Variables\n\nThe application uses the following environment variables:\n\n- `RSS_WATCHER_DATA_DIR`: Path to the directory where application data (configuration and history) is stored\n  - Default: `/app/data`\n  - Example: `/home/user/rsswatcher/data`\n- `RSS_WATCHER_PORT`: Port number for the server to listen on\n  - Default: `3000`\n  - Example: `8080`\n\n## Docker Support\n\nBuild the Docker image:\n\n```bash\ndocker build -t rsswatcher .\n```\n\nRun the container:\n\n```bash\n# Create a directory for persistent data\nmkdir -p data\n\n# Run the container with mounted data directory\ndocker run -p 3000:3000 \\\n  -v $(pwd)/data:/app/data \\\n  rsswatcher\n```\nThis will persist all application data (configuration and history) across container restarts.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License (see the [LICENSE](LICENSE) file for details).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fablomer%2Frsswatcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fablomer%2Frsswatcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fablomer%2Frsswatcher/lists"}