{"id":16123299,"url":"https://github.com/kitlith/ao3rss_rs","last_synced_at":"2025-10-04T22:29:08.639Z","repository":{"id":85473949,"uuid":"296769049","full_name":"kitlith/ao3rss_rs","owner":"kitlith","description":"RSS feed generator for AO3 fics","archived":false,"fork":false,"pushed_at":"2020-10-01T23:38:51.000Z","size":45,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T17:51:39.592Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/kitlith.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":"2020-09-19T02:16:49.000Z","updated_at":"2024-11-19T10:59:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"a150baa9-b462-4007-a754-e764fd913518","html_url":"https://github.com/kitlith/ao3rss_rs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitlith%2Fao3rss_rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitlith%2Fao3rss_rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitlith%2Fao3rss_rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitlith%2Fao3rss_rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kitlith","download_url":"https://codeload.github.com/kitlith/ao3rss_rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247478329,"owners_count":20945267,"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":[],"created_at":"2024-10-09T21:15:22.811Z","updated_at":"2025-10-04T22:29:03.595Z","avatar_url":"https://github.com/kitlith.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ao3rss but Rust\n\nHeavily based off/inspired by [ao3rss](https://github.com/FalacerSelene/ao3rss).\n\n## Usage\n\nUsage is basically the same as the original ao3rss.\n\n - `GET /work/\u003cwork_id\u003e`: Generates an RSS feed for the given ao3 work, with one item per chapter.\n - (eventually) `GET /series/\u003cseries_id\u003e`: Generates an RSS feed for the given ao3 series, with one item per chapter in every work in the series.\n\n## Differences between this and the original ao3rss\n - Feed is generated using a library, instead of templated text.\n   - The RSS library in question could probably use some usability improvements, but I still think it's a step up.\n - Scrapes `https://archiveofourown.org/works/\u003cid\u003e?view_full_work=true` instead of `https://archiveofourown.org/works/\u003cid\u003e/navigate`\n   - This lets me pull the summaries and content for every chapter, at the cost of having the dates for each individual chapter.\n   - In the future, it should be feasible to scrape both and combine the data, but I figured this was enough for the moment.\n - Features a keep-alive interval. Every second that the RSS feed has not been generated, `\u003c!-- keepalive --\u003e` will be sent.\n   - This is an ugly hack. There's probably another way around this. (If I knew what it was, I wouldn't be doing this.)\n   - This is enabled by the `keepalive` feature, which can be disabled by passing `--no-default-features` to cargo when building.\n\n## TODO\n - Configuration. Everything is kinda hardcoded at the moment.\n - Print a line to stdout per request.\n - Add feeds for series, and possibly other things.\n - Detect one-shots, and remove chapter numbers from titles accordingly.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitlith%2Fao3rss_rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkitlith%2Fao3rss_rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitlith%2Fao3rss_rs/lists"}