V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
爱意满满的作品展示区。
twfb
V2EX  ›  分享创造

解锁 github issue 生成 rss 订阅源玩法

  •  
  •   twfb · 2022-03-10 12:35:12 +08:00 · 7713 次点击
    这是一个创建于 778 天前的主题,其中的信息可能已经有所发展或是发生改变。

    根据 issue 生成 rss 订阅

    https://github.com/twfb/RSS-Relay

    第 1 条附言  ·  2022-03-10 13:46:15 +08:00

    RSS中继

    仅供学习交流使用

    如何添加RSS源

    1. 创建Issue打上Apply标签
    2. 审核后生成
    3. 可通过 https://twfb.org/rss/RSS-Relay_[Issue Number].xml访问
    4. 半小时更新一次

    功能

    • 过滤
    • 排除
    • 替换
    • 翻译

    申请模板(包括,不包括,替换 均支持正则, 参考Python正则)

    {
        "url": "https://36kr.com/feed",
        "title": {
            "include": ["氪"],
            "exclude": ["\d"],
            "replace": {["氪", "KR"]},
            "from_lang": "zh",
            "to_lang": "en",
        },
        "content": {
            "include": [],
            "exclude": [],
            "replace": {},
            "from_lang": "en",
            "to_lang": "zh",
        }
    }
    

    示例RSS链接: https://twfb.org/rss/RSS-Relay_2.xml

    2 条回复    2022-03-11 08:27:52 +08:00
    thetbw
        1
    thetbw  
       2022-03-10 17:23:24 +08:00
    twfb
        2
    twfb  
    OP
       2022-03-11 08:27:52 +08:00
    @thetbw 可以, 这个是收集 rss 源的网站
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2708 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 02:14 · PVG 10:14 · LAX 19:14 · JFK 22:14
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.