{"id":23885634,"url":"https://github.com/knnedy/rss-scraper","last_synced_at":"2026-06-19T19:01:28.433Z","repository":{"id":269466391,"uuid":"907112399","full_name":"knnedy/rss-scraper","owner":"knnedy","description":"This is an RSS feed scraper and content aggregator built in Go that periodically fetches and stores content from multiple RSS feeds in a PostgreSQL database.","archived":false,"fork":false,"pushed_at":"2025-01-02T19:03:13.000Z","size":71,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-11T17:38:39.630Z","etag":null,"topics":["backend","go","go-chi","golang","rss","rss-aggregator","rss-feed-scraper","rss-parser"],"latest_commit_sha":null,"homepage":"","language":"Go","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/knnedy.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}},"created_at":"2024-12-22T20:58:29.000Z","updated_at":"2025-01-02T19:03:17.000Z","dependencies_parsed_at":"2025-02-23T03:26:46.785Z","dependency_job_id":"c3d45a24-6719-44fa-a8c4-9500f8b29cbf","html_url":"https://github.com/knnedy/rss-scraper","commit_stats":null,"previous_names":["kennymwendwax/rss-scraper","knnedy/rss-scraper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/knnedy/rss-scraper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knnedy%2Frss-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knnedy%2Frss-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knnedy%2Frss-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knnedy%2Frss-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knnedy","download_url":"https://codeload.github.com/knnedy/rss-scraper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knnedy%2Frss-scraper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34544413,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","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":["backend","go","go-chi","golang","rss","rss-aggregator","rss-feed-scraper","rss-parser"],"created_at":"2025-01-04T05:53:03.269Z","updated_at":"2026-06-19T19:01:28.427Z","avatar_url":"https://github.com/knnedy.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RSS Scraper\n\nA Go-based RSS feed aggregator that fetches and stores content from multiple RSS feeds. Features a REST API for managing feed subscriptions and viewing aggregated posts.\n\n## Features\n\n- Concurrent RSS feed scraping\n- User authentication\n- PostgreSQL storage\n- RESTful API endpoints\n- Configurable scraping intervals\n\n## Setup\n\n1. Clone the repository\n2. Set environment variables in `.env`:\n\n```env\nDATABASE_URL=postgresql://user:password@localhost:5432/dbname\nPORT=8000\n```\n\n3. Install the deps\n\n```bash\ngo mod download\n```\n\n4. Run the code\n\n```bash\nmake run\n```\n\n## API Endpoints\n\n```plaintext\nPOST /api/users          # Create user\nPOST /api/feeds          # Create feed\nGET /api/users           # Get user info (auth required)\nGET /api/feeds           # Get feed info (auth required)\nGET /api/feed-follow     # Get user followed feeds info (auth required)\nGET /api/users/posts     # Get user's posts (auth required)\n```\n\n## Database Schema\n\n- users: User accounts\n- feeds: RSS feed sources\n- posts: Scraped content\n- feed_follows: user followed feeds\n\n## Configuration\n\n- Scraping interval: Configurable via StartScraping()\n- Concurrency: Adjustable worker pool size\n- Database connection pool: Managed automatically\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknnedy%2Frss-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknnedy%2Frss-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknnedy%2Frss-scraper/lists"}