{"id":15116652,"url":"https://github.com/yaotutu/rss-transformer","last_synced_at":"2026-02-11T02:20:58.256Z","repository":{"id":244368703,"uuid":"806159706","full_name":"yaotutu/rss-transformer","owner":"yaotutu","description":"A self-hosted service to fetch, process, and redistribute RSS feeds with features like translation, summarization, and full-text retrieval.","archived":false,"fork":false,"pushed_at":"2024-07-20T11:18:51.000Z","size":4225,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-09-26T01:53:08.807Z","etag":null,"topics":["full-text-retrieval","rss","summarization","translation"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/yaotutu.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":"2024-05-26T14:43:23.000Z","updated_at":"2024-09-25T15:35:04.000Z","dependencies_parsed_at":"2024-07-18T15:51:30.668Z","dependency_job_id":null,"html_url":"https://github.com/yaotutu/rss-transformer","commit_stats":null,"previous_names":["yaotutu/rss-transformer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaotutu%2Frss-transformer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaotutu%2Frss-transformer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaotutu%2Frss-transformer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaotutu%2Frss-transformer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yaotutu","download_url":"https://codeload.github.com/yaotutu/rss-transformer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234461971,"owners_count":18837216,"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":["full-text-retrieval","rss","summarization","translation"],"created_at":"2024-09-26T01:44:29.712Z","updated_at":"2025-09-27T22:30:56.860Z","avatar_url":"https://github.com/yaotutu.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\n\n\n\n ## 配置千帆模型\n export QIANFAN_ACCESS_KEY=\"your_access_key\"\n export QIANFAN_SECRET_KEY=\"your_secret_key\"\n\n\n## 自定义任务配置指南\n\n本指南旨在帮助您配置和使用自定义任务。自定义任务允许您根据特定需求执行预定义的函数，如 `genericLlm`，这是一个通用的大型语言模型函数。\n\n## 快速示例\n\n以下是一个自定义任务的配置示例，展示了如何设置和调用 `genericLlm` 函数。\n\n```javascript\n{\n  // 函数名称\n  functionName: \"genericLlm\",\n  // 函数参数\n  taskData: {\n    model: \"OpenAI\",\n    originLang: \"英文\",\n    targetLang: \"简体中文\",\n    customPrompt: \"\", // 当前不支持自定义提示\n  },\n}\n```\n\n## 参数详解\n\n### genericLlm 函数\n\n`genericLlm` 函数支持以下参数：\n\n- **model** (字符串): 使用的模型名称，例如 `\"OpenAI\"`。\n- **originLang** (字符串): 原始语言，例如 `\"英文\"`。\n- **targetLang** (字符串): 目标语言，例如 `\"简体中文\"`。\n- **customPrompt** (字符串): 自定义提示，当前版本暂不支持。\n\n## 使用说明\n\n1. **选择函数**：根据需要执行的任务选择相应的函数名称。\n2. **配置参数**：根据函数的要求配置 `taskData` 参数。\n3. **执行任务**：使用配置好的任务对象执行任务。\n\n请确保您的项目支持所选函数和参数。更多详细信息和高级配置，请参考相应函数的文档。","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaotutu%2Frss-transformer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyaotutu%2Frss-transformer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaotutu%2Frss-transformer/lists"}