{"id":17651132,"url":"https://github.com/jeziellago/rustium","last_synced_at":"2026-05-03T02:44:14.812Z","repository":{"id":126467751,"uuid":"377828585","full_name":"jeziellago/rustium","owner":"jeziellago","description":"Medium rss feed api built with Rust (study project).","archived":false,"fork":false,"pushed_at":"2021-06-18T18:16:20.000Z","size":8,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T08:29:55.102Z","etag":null,"topics":["api","json","medium","rest","rust","xml"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/jeziellago.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":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-17T12:48:39.000Z","updated_at":"2023-03-04T10:08:47.000Z","dependencies_parsed_at":"2023-06-16T22:15:49.796Z","dependency_job_id":null,"html_url":"https://github.com/jeziellago/rustium","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jeziellago/rustium","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeziellago%2Frustium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeziellago%2Frustium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeziellago%2Frustium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeziellago%2Frustium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeziellago","download_url":"https://codeload.github.com/jeziellago/rustium/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeziellago%2Frustium/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32556771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T00:31:16.350Z","status":"online","status_checked_at":"2026-05-03T02:00:09.297Z","response_time":103,"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":["api","json","medium","rest","rust","xml"],"created_at":"2024-10-23T11:40:24.655Z","updated_at":"2026-05-03T02:44:14.795Z","avatar_url":"https://github.com/jeziellago.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rustium\nMedium feed as Json built with Rust.\n## How it works?\n`rustium-api` makes requests to `https://medium.com/AUTHOR/feed`, receiving RSS as `xml` and converting to Json.\n### Medium RSS Feed (example)\n```xml\n\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003crss xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:content=\"http://purl.org/rss/1.0/modules/content/\" xmlns:atom=\"http://www.w3.org/2005/Atom\" version=\"2.0\" xmlns:cc=\"http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html\"\u003e\n    \u003cchannel\u003e\n        \u003ctitle\u003e\u003c![CDATA[Stories by Jeziel Lago on Medium]]\u003e\u003c/title\u003e\n        \u003cdescription\u003e\u003c![CDATA[Stories by Jeziel Lago on Medium]]\u003e\u003c/description\u003e\n        \u003clink\u003ehttps://medium.com/@jeziellago?source=rss-e3c73726655c------2\u003c/link\u003e\n        \u003cimage\u003e\n            \u003curl\u003ehttps://cdn-images-1.medium.com/fit/c/150/150/1*wU_0x6MywryLcBgBPD2GAQ.jpeg\u003c/url\u003e\n            \u003ctitle\u003eStories by Jeziel Lago on Medium\u003c/title\u003e\n            \u003clink\u003ehttps://medium.com/@jeziellago?source=rss-e3c73726655c------2\u003c/link\u003e\n        \u003c/image\u003e\n        \u003cgenerator\u003eMedium\u003c/generator\u003e\n        ...\n        \u003citem\u003e\n            \u003ctitle\u003e\u003c![CDATA[Title]]\u003e\u003c/title\u003e\n            \u003clink\u003ehttps://example.medium.com/post\u003c/link\u003e\n            \u003cguid isPermaLink=\"false\"\u003ehttps://medium.com/p/4ec4041fa260\u003c/guid\u003e\n            \u003ccategory\u003e\u003c![CDATA[concurrent-programming]]\u003e\u003c/category\u003e\n            \u003ccategory\u003e\u003c![CDATA[software-development]]\u003e\u003c/category\u003e\n            \u003ccategory\u003e\u003c![CDATA[threads]]\u003e\u003c/category\u003e\n            \u003ccategory\u003e\u003c![CDATA[actor-model]]\u003e\u003c/category\u003e\n            \u003ccategory\u003e\u003c![CDATA[actors]]\u003e\u003c/category\u003e\n            \u003ccontent:encoded\u003e\u003c![CDATA[POST HTML CONTENT]]\u003e\u003c/content:encoded\u003e\n        \u003c/item\u003e\n        \u003citem\u003e...\u003c/item\u003e\n        \u003citem\u003e...\u003c/item\u003e\n        \u003citem\u003e...\u003c/item\u003e\n    \u003c/channel\u003e\n\u003c/rss\u003e\n\u003c/xml\u003e\n```\n### Rustium enable Feed as Json\n```json\n{\n    \"posts\": [\n        {\n            \"title\": \"Something about anything\",\n            \"link\": \"https://example.medium.com/some-post-title\",\n            \"category\": [\"tech\", \"rust\", \"api\"],\n            \"content\": \"\u003chtml post content here\u003e\"\n        },\n        ...\n    ]\n}\n```\n## Request\n```text\nGET\nhttp://localhost:3030/posts/AUTHOR\n```\n## Run\n```\n$ cd rustium-sample\n$ cargo run\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeziellago%2Frustium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeziellago%2Frustium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeziellago%2Frustium/lists"}