You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+79-4Lines changed: 79 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ OpenClaw plugin for fetching GitHub trending repositories and pushing to Feishu
11
11
12
12
- 🔥 **GitHub Trending** — Fetch trending repositories for today, this week, or this month
13
13
- 🤖 **AI Summaries** — Generate intelligent summaries using OpenAI or Anthropic
14
-
- 📢 **Multi-Channel Push** — Support Feishuand Email notifications
14
+
- 📢 **Multi-Channel Push** — Support Feishu, Email, and WeChat notifications
15
15
- 🔄 **Smart Deduplication** — Track repository history and re-push on significant star growth
16
16
- ⏰ **Scheduled Tasks** — Integrate with OpenClaw's task scheduler for automated updates
17
17
@@ -86,7 +86,7 @@ This configuration tells OpenClaw to trust and allow loading this plugin. After
86
86
"max_workers": 5,
87
87
// Optional: GitHub personal access token. Frequent calls may trigger rate limits, configuring this can avoid GitHub rate limits. Not recommended as this plugin is not called frequently.
88
88
"github_token": "xxx",
89
-
// Required: Configure at least one channel (Feishuor Email), otherwise you won't receive notifications.
89
+
// Required: Configure at least one channel (Feishu, Email, or WeChat), otherwise you won't receive notifications.
0 commit comments