{"id":28445334,"url":"https://github.com/suptarr/rss-aggregator-backend","last_synced_at":"2026-05-17T17:32:04.388Z","repository":{"id":210475910,"uuid":"726651432","full_name":"SupTarr/RSS-Aggregator-Backend","owner":"SupTarr","description":"I have created a Go program to aggregate RSS feeds.","archived":false,"fork":false,"pushed_at":"2023-12-06T09:03:00.000Z","size":2771,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-06T10:12:31.860Z","etag":null,"topics":["golang","postgresql"],"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/SupTarr.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}},"created_at":"2023-12-03T00:49:16.000Z","updated_at":"2023-12-06T08:53:29.000Z","dependencies_parsed_at":"2023-12-06T09:44:28.738Z","dependency_job_id":"e9fb56e2-b1d5-4687-93d5-a7c03c812cef","html_url":"https://github.com/SupTarr/RSS-Aggregator-Backend","commit_stats":null,"previous_names":["suptarr/rss-aggregator","suptarr/rss-aggregator-backend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SupTarr/RSS-Aggregator-Backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupTarr%2FRSS-Aggregator-Backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupTarr%2FRSS-Aggregator-Backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupTarr%2FRSS-Aggregator-Backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupTarr%2FRSS-Aggregator-Backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SupTarr","download_url":"https://codeload.github.com/SupTarr/RSS-Aggregator-Backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupTarr%2FRSS-Aggregator-Backend/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262678654,"owners_count":23347407,"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":["golang","postgresql"],"created_at":"2025-06-06T10:12:31.724Z","updated_at":"2026-05-17T17:31:59.346Z","avatar_url":"https://github.com/SupTarr.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RSS-Aggregator-Backend\n\n## Introduction\n\nI created a Go program to aggregate [RSS](https://en.wikipedia.org/wiki/RSS) feeds. Websites can post updates to their content using RSS feeds. This project allows you to follow your preferred podcasts, news sites, blogs, and more! It's a web server that lets users access:\n\n* Add RSS feeds to be collected\n* Follow and unfollow RSS feeds that other users have added\n* Fetch all of the latest posts from the RSS feeds they follow\n\n## Setup\n\nBefore we dive into the project, let's make sure you have everything you'll need on your machine.\n\n1. An editor. I use [VS Code](https://code.visualstudio.com/), you can use whatever you like.\n2. A command line. I use [WSL2](https://docs.microsoft.com/en-us/windows/wsl/install) and you also need to make WSL2 calling window locahost url by [this](https://stackoverflow.com/a/67596486)\n3. The latest [Go toolchain](https://golang.org/doc/install).\n4. If you're in VS Code, I recommend the official [Go extension](https://marketplace.visualstudio.com/items?itemName=golang.Go).\n5. An HTTP client. I use [Postman](https://www.postman.com/downloads/), but you can use whatever you like.\n\n## Installation\n\nSet up your PostgreSQL database locally\n\nCreate a `.env` file in the root directory and add the following: `PORT` and `DATABASE_URL`\n\nDo migrations using goose\n\n```bash\n./sql.sh\n```\n\nInit the project\n\n```bash\n./start.sh\n```\n\n## Improvements\n\nI have added some more feature:\n\n* Support pagination of the endpoints that can return many items. - `v1/posts?page=2`\n* Scrape lists of feeds themselves from a third-party site that aggregates feed URLs.\n* Add support for other types of feeds (e.g. Atom, JSON, etc.). - I add [gofeed](https://github.com/mmcdole/gofeed) to support various types of feeds.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuptarr%2Frss-aggregator-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuptarr%2Frss-aggregator-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuptarr%2Frss-aggregator-backend/lists"}