{"id":37119250,"url":"https://github.com/0x2e/rss-finder","last_synced_at":"2026-01-14T13:54:50.441Z","repository":{"id":154876477,"uuid":"622176505","full_name":"0x2E/rss-finder","owner":"0x2E","description":"A tool for finding and sniffing rss links","archived":false,"fork":false,"pushed_at":"2025-10-21T12:58:44.000Z","size":227,"stargazers_count":49,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-21T14:43:19.916Z","etag":null,"topics":["atom-feed","rss","rss-feed-scraper"],"latest_commit_sha":null,"homepage":"https://rss-finder.rook1e.com","language":"Svelte","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/0x2E.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-04-01T10:53:36.000Z","updated_at":"2025-10-21T12:59:52.000Z","dependencies_parsed_at":"2025-10-21T14:33:29.950Z","dependency_job_id":"8ad85d30-51ce-488e-8628-8b0dd6e544c9","html_url":"https://github.com/0x2E/rss-finder","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/0x2E/rss-finder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x2E%2Frss-finder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x2E%2Frss-finder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x2E%2Frss-finder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x2E%2Frss-finder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0x2E","download_url":"https://codeload.github.com/0x2E/rss-finder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x2E%2Frss-finder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28422369,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T13:30:50.153Z","status":"ssl_error","status_checked_at":"2026-01-14T13:29:08.907Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["atom-feed","rss","rss-feed-scraper"],"created_at":"2026-01-14T13:54:49.925Z","updated_at":"2026-01-14T13:54:50.425Z","avatar_url":"https://github.com/0x2E.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RSS Finder\n\nA modern web application to discover RSS feeds from any website. Powered by feedfinder-ts for reliable RSS feed detection.\n\n## Features\n\n- **Robust Detection**: Uses [feedfinder-ts](https://github.com/0x2E/feedfinder-ts) under the hood for comprehensive RSS feed discovery\n- **Fast \u0026 Lightweight**: Optimized for performance with minimal dependencies\n\n## Getting Started\n\n\u003cdetails\u003e\n\u003csummary\u003e1. Using Docker Image (Recommended)\u003c/summary\u003e\n\n```bash\ndocker run -d -p 3000:3000 --name rss-finder ghcr.io/0x2E/rss-finder:latest\n```\n\nVisit `http://localhost:3000` to use the application.\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e2. Build from Source or Deploy to Cloud Services\u003c/summary\u003e\n\n- Node.js 22+\n- pnpm\n\n```bash\n# Clone the repository\ngit clone \u003cyour-repo-url\u003e\ncd rss-finder\n\n# Install dependencies\npnpm install\n\n# Build for production\npnpm build\n\n# or build for Node.js\npnpm build:node\n```\n\nSince this app is built with SvelteKit, it's compatible with multiple runtimes. Check the [SvelteKit docs](https://svelte.dev/docs/kit/building-your-app) for platform-specific deployment instructions.\n\n\u003c/details\u003e\n\n## API\n\n### Find RSS Feeds\n\n**POST** `/api/find-feeds`\n\n```json\n{\n\t\"url\": \"https://example.com\"\n}\n```\n\n**Response:**\n\n```json\n{\n\t\"feeds\": [\n\t\t{\n\t\t\t\"title\": \"Example Blog RSS\",\n\t\t\t\"url\": \"https://example.com/rss.xml\",\n\t\t\t\"type\": \"application/rss+xml\"\n\t\t}\n\t]\n}\n```\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch\n3. Make your changes\n4. Test thoroughly\n5. Submit a pull request\n\n## License\n\nMIT\n\n## Credits\n\n- [feedfinder-ts](https://github.com/0x2E/feedfinder-ts) - For reliable RSS feed detection\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x2e%2Frss-finder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0x2e%2Frss-finder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x2e%2Frss-finder/lists"}