{"id":27122214,"url":"https://github.com/vmapps/feed2ai","last_synced_at":"2026-02-06T21:31:40.879Z","repository":{"id":286270811,"uuid":"960914707","full_name":"vmapps/feed2ai","owner":"vmapps","description":"Read RSS feeds using N8N and AI Agent","archived":false,"fork":false,"pushed_at":"2025-04-05T20:57:38.000Z","size":1030,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-31T19:18:50.627Z","etag":null,"topics":["ai-agent","n8n-workflow","rss-feed"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vmapps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-04-05T10:47:02.000Z","updated_at":"2025-04-06T21:20:57.000Z","dependencies_parsed_at":"2025-04-05T11:32:01.551Z","dependency_job_id":"183c90bd-06db-4884-9a35-33d633810ba2","html_url":"https://github.com/vmapps/feed2ai","commit_stats":null,"previous_names":["vmapps/feed2ai"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vmapps/feed2ai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmapps%2Ffeed2ai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmapps%2Ffeed2ai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmapps%2Ffeed2ai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmapps%2Ffeed2ai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vmapps","download_url":"https://codeload.github.com/vmapps/feed2ai/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmapps%2Ffeed2ai/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29177441,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T20:14:21.878Z","status":"ssl_error","status_checked_at":"2026-02-06T20:14:21.443Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ai-agent","n8n-workflow","rss-feed"],"created_at":"2025-04-07T11:26:18.972Z","updated_at":"2026-02-06T21:31:40.863Z","avatar_url":"https://github.com/vmapps.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# feed2ai\nUse N8N workflow to read your favorites RSS feeds :\n- CSV file to provide RSS feeds as input\n- Google Gemini AI agent to build brief sumary of articles\n- HTML output could be send to text file\n- HTML output could be send to email address\n- HTML output could be send to Matrix room\n\n## N8N Workflow\n\u003ckbd\u003e![image](https://github.com/vmapps/feed2ai/blob/main/screenshots/n8n-workflow.png)\u003c/kbd\u003e\n\n## Workflow file\n- JSON file to import in your N8N instance could be found [here](https://github.com/vmapps/feed2ai/blob/main/feed2ai.json)\n\n## Configuration\n-  configuration variables are defined as JSON format in ``Config`` component, just after ``Schedule Trigger`` compoment:   \n```\n{\n  \"debug\": true,\n  \"ai\": {\n    \"agent\": true,\n    \"lang\": \"french\"\n  },\n  \"rss\": {\n    \"feeds\": \"/home/data/your-feeds.csv\",\n    \"maxitems\": 5\n  },\n  \"file\": {\n    \"active\": true,\n    \"name\": \"/home/data/your-summary.html\"\n  },\n  \"email\": {\n    \"active\": true,\n    \"from\": \"RSS Scrapper \u003cyour@sender\u003e\",\n    \"to\": \"your@recipient\",\n    \"subject\": \"RSS breaking news\"\n  },\n  \"chat\": {\n    \"active\": true,\n    \"room\": \"!your-room-id:matrix.org\"\n  }\n}\n```\n\n## Feeds configuration sample\n```\nsite,url,active\nArs Technica,https://arstechnica.com/security/feed/,true\nBleeping Computer,https://www.bleepingcomputer.com/feed/,true\nDark Reading,https://www.darkreading.com/rss.xml,false\nData Security Breach,http://datasecuritybreach.fr/feed/,false\nDider Stevens,http://blog.didierstevens.com/feed/,false\nESET,http://feeds.feedburner.com/eset/blog/,false\nInsinuator,http://www.insinuator.net/feed/,false\n```\n\n## Email output samples\n- using english language as output\n\n\u003ckbd\u003e![image](https://github.com/vmapps/feed2ai/blob/main/screenshots/email-english.png)\u003c/kbd\u003e\n\n- using french language as output\n\n\u003ckbd\u003e![image](https://github.com/vmapps/feed2ai/blob/main/screenshots/email-french.png)\u003c/kbd\u003e\n\n- using spanish language as  output\n\n\u003ckbd\u003e![image](https://github.com/vmapps/feed2ai/blob/main/screenshots/email-spanish.png)\u003c/kbd\u003e\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmapps%2Ffeed2ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvmapps%2Ffeed2ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmapps%2Ffeed2ai/lists"}