{"id":34499251,"url":"https://github.com/sbordeyne/fastapi_rss","last_synced_at":"2025-12-24T01:58:39.542Z","repository":{"id":43778314,"uuid":"322072020","full_name":"sbordeyne/fastapi_rss","owner":"sbordeyne","description":"A simple plug-in to FastAPI, that allows easy RSS feed generation.","archived":false,"fork":false,"pushed_at":"2025-02-02T02:04:04.000Z","size":66,"stargazers_count":29,"open_issues_count":2,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-15T15:51:54.555Z","etag":null,"topics":["fastapi","python3","rss-generator"],"latest_commit_sha":null,"homepage":"","language":"Python","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/sbordeyne.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":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-16T18:44:23.000Z","updated_at":"2025-05-13T02:42:34.000Z","dependencies_parsed_at":"2025-02-02T03:18:01.097Z","dependency_job_id":"eeeaf18e-a104-4b91-922c-f0f490779cf9","html_url":"https://github.com/sbordeyne/fastapi_rss","commit_stats":null,"previous_names":["sbordeyne/fastapi_rss","dogeek/fastapi_rss"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sbordeyne/fastapi_rss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbordeyne%2Ffastapi_rss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbordeyne%2Ffastapi_rss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbordeyne%2Ffastapi_rss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbordeyne%2Ffastapi_rss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sbordeyne","download_url":"https://codeload.github.com/sbordeyne/fastapi_rss/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbordeyne%2Ffastapi_rss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27992995,"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","status":"online","status_checked_at":"2025-12-23T02:00:07.087Z","response_time":69,"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":["fastapi","python3","rss-generator"],"created_at":"2025-12-24T01:58:39.106Z","updated_at":"2025-12-24T01:58:39.528Z","avatar_url":"https://github.com/sbordeyne.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FastAPI RSS\n\nA library to easily integrate RSS Feeds into FastAPI\n\n## Rationale\n\nThe RSS standard has been around for a long time, and the specification has not\nchanged much in the past 20 years. Regardless, it is still a useful format, and\nthere is an added value to have an automated feed for updates about an API\n(notify users of upcoming changes), or in general as a backend for full-featured\napplications\n\n\n## Usage\n\nYou will need to import at least three classes to use that library:\n\n- `RSSResponse`, which is a subclass of `starlette.Response`. It's a `text/xml` typed response which will handle generating the XML from the pydantic models\n- `RSSFeed` which is a pydantic model that represents an RSS feed according to the `RSS v2.0` specification from the **World Wide Web Consortium**\n- `Item` which is another pydantic model that represents an item in the feed.\n\nOnce those are imported, instanciate an `RSSFeed` object, with the appropriate parameters, then return an `RSSResponse` with that feed.\n\nYour endpoint should now return an appropriate XML document representing your RSS feed.\nLook at example/app.py for an example app that uses the **W3C** RSS example.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbordeyne%2Ffastapi_rss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsbordeyne%2Ffastapi_rss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbordeyne%2Ffastapi_rss/lists"}