feat: 每日推送 GitHub 热门仓库与 Hacker News 到飞书 - #1196
Closed
bhrajate wants to merge 1 commit into
Closed
Conversation
数据源改为 GitHub Trending + Hacker News,每天北京时间 10:11 推送一次。 - config.yaml: 热榜源替换为 github-trending-today(域名校验 github.com), 原中文热榜源改为注释保留便于恢复;RSS 仅启用 hacker-news; display_mode 改为 platform,按来源分组更清晰 - 新增 config/custom/keyword/github.txt: catch-all 关键词 /.*/ GitHub 仓库名与 HN 标题均为英文,默认中文关键词匹配率接近 0; 且推送开关 has_any_content 只看关键词匹配结果,standalone 数据不计入, 仅配 standalone 会导致完全不推送,故用 catch-all 放行全部条目 - crawler.yml: cron 由每小时改为每日 UTC 02:11(北京 10:11); 移除 Check Expiration 步骤及 actions:write 权限,不再需要每 7 天签到续期; 注入 FREQUENCY_WORDS_PATH 指向专用关键词文件 推送渠道仅飞书:dispatcher 按各渠道配置值是否为空独立判断, 仅 FEISHU_WEBHOOK_URL 有值,其余渠道不触发,无需改代码。
bhrajate
force-pushed
the
feature/github-daily-push
branch
from
July 31, 2026 09:43
e0598f2 to
31f3b9b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
数据源改为 GitHub Trending + Hacker News,每天北京时间 10:11 推送一次。
推送渠道仅飞书:dispatcher 按各渠道配置值是否为空独立判断,
仅 FEISHU_WEBHOOK_URL 有值,其余渠道不触发,无需改代码。