{"id":50489117,"url":"https://github.com/vaguul/social-feed-inputs","last_synced_at":"2026-06-02T01:00:56.456Z","repository":{"id":345837039,"uuid":"1187597570","full_name":"vaguul/social-feed-inputs","owner":"vaguul","description":"Zemiax helpers by Vaguul for normalizing social feed inputs and resolving feed URLs.","archived":false,"fork":false,"pushed_at":"2026-05-31T22:03:37.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-01T00:22:35.520Z","etag":null,"topics":["alerts","feeds","reddit","rss","social","social-feeds","twitch","typescript","vaguul","youtube","zemiax"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/vaguul.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-03-20T23:05:16.000Z","updated_at":"2026-05-31T22:03:41.000Z","dependencies_parsed_at":"2026-03-21T14:00:32.689Z","dependency_job_id":null,"html_url":"https://github.com/vaguul/social-feed-inputs","commit_stats":null,"previous_names":["vuguul/social-feed-inputs","vaguul/social-feed-inputs"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/vaguul/social-feed-inputs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaguul%2Fsocial-feed-inputs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaguul%2Fsocial-feed-inputs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaguul%2Fsocial-feed-inputs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaguul%2Fsocial-feed-inputs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vaguul","download_url":"https://codeload.github.com/vaguul/social-feed-inputs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaguul%2Fsocial-feed-inputs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33800676,"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-01T02:00:06.963Z","response_time":115,"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":["alerts","feeds","reddit","rss","social","social-feeds","twitch","typescript","vaguul","youtube","zemiax"],"created_at":"2026-06-02T01:00:52.237Z","updated_at":"2026-06-02T01:00:56.450Z","avatar_url":"https://github.com/vaguul.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# social-feed-inputs\n\n![CI](https://github.com/vaguul/social-feed-inputs/actions/workflows/ci.yml/badge.svg)\n![MIT License](https://img.shields.io/badge/license-MIT-8fe3c7)\n\nHelpers to normalize user input and resolve feed URLs for social alert systems, maintained by Vaguul under the Zemiax personal software studio.\n\n## Supported cases\n\n- YouTube channel IDs and feed URLs\n- Twitch logins and channel URLs\n- Reddit subreddits and users\n- generic RSS-backed social sources\n\n## Provider support matrix\n\n| Provider input | Stored provider | Accepted input example | Normalized output example |\n| --- | --- | --- | --- |\n| YouTube | `youtube` | `UC_x5XG1OV2P6uZZ5FSM9Ttw` | `https://www.youtube.com/feeds/videos.xml?channel_id=UC_x5XG1OV2P6uZZ5FSM9Ttw` |\n| Twitch | `twitch` | `https://www.twitch.tv/Shroud` | `https://api.twitch.tv/helix/streams?user_login=shroud` |\n| Reddit subreddit | `reddit` | `https://www.reddit.com/r/typescript/?sort=new` | `https://www.reddit.com/r/typescript/new.json?limit=10\u0026raw_json=1` |\n| Generic RSS-backed source | `rss` | `https://example.com/feeds/announcements.xml` | `https://example.com/feeds/announcements.xml` |\n\n## Normalization examples\n\n### YouTube\n\n- Valid input: `https://www.youtube.com/feeds/videos.xml?channel_id=UC_x5XG1OV2P6uZZ5FSM9Ttw`\n- Stored provider: `youtube`\n- Normalized feed URL: `https://www.youtube.com/feeds/videos.xml?channel_id=UC_x5XG1OV2P6uZZ5FSM9Ttw`\n\n### Twitch\n\n- Valid input: `https://www.twitch.tv/Shroud`\n- Stored provider: `twitch`\n- Normalized stream URL: `https://api.twitch.tv/helix/streams?user_login=shroud`\n\n### Reddit subreddit\n\n- Valid input: `r/typescript`\n- Valid URL input: `https://www.reddit.com/r/typescript/?sort=new`\n- Stored provider: `reddit`\n- Normalized feed URL: `https://www.reddit.com/r/typescript/new.json?limit=10\u0026raw_json=1`\n\n### Generic RSS-backed sources\n\nUse these providers when the source itself is not normalized by this package and\nthe caller already has a stable feed URL.\n\n- Valid input label: `Instagram`\n- Valid feed URL: `https://example.com/feeds/announcements.xml`\n- Stored provider: `rss`\n- Normalized feed URL: `https://example.com/feeds/announcements.xml`\n\nProvider-specific parsers do not guess across unsupported domains. For example,\n`https://example.com/r/typescript` is rejected as a subreddit input instead of\nbeing treated as Reddit.\n\n## Why this exists\n\nBots and dashboards often need the same input cleanup rules for social alerts. This package keeps the normalization and feed-resolution logic in one reusable place.\n\n## Install\n\n```bash\nnpm install\n```\n\n## Validate\n\n```bash\nnpm run typecheck\nnpm test\n```\n\n## Maintenance\n\n- Keep provider parsing deterministic and covered by tests.\n- Do not add API keys, OAuth secrets, cookies, or live account data to fixtures.\n- Update the README when a new provider or output shape is added.\n\n## Author\n\nBuilt and maintained by Vaguul for Zemiax.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaguul%2Fsocial-feed-inputs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaguul%2Fsocial-feed-inputs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaguul%2Fsocial-feed-inputs/lists"}