Skip to content

Commit

Permalink
Merge pull request #74 from Cassius0924/feat-official-account
Browse files Browse the repository at this point in the history
[Document] 更新文档
  • Loading branch information
Cassius0924 authored Feb 25, 2024
2 parents 9c01b65 + 1393d61 commit c4d7022
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,19 @@ python3 -m wechatter
## 支持的功能

- [x] **消息可引用回复**: 用户可以通过引用并回复命令消息进一步获取消息内容。带`(可引用:***)`的机器人消息即为可进一步互动的可引用消息。
- [x] **消息转发**: 转发用户或群的消息到其他用户或群,并支持引用回复转发消息。需进行[配置](#%EF%B8%8F-message-forwarding-配置)
<img src="docs/images/message_forwarding_and_quoted_reply.png">
- [x] **消息可引用回复**:用户可以通过引用并回复命令消息进一步获取消息内容。带`(可引用:***)`的机器人消息即为可进一步互动的可引用消息。
- [x] **消息转发**:转发用户或群的消息到其他用户或群,并支持引用回复转发消息。需进行[配置](#%EF%B8%8F-message-forwarding-配置)
![message_forwarding_and_quoted_reply_show](docs/images/message_forwarding_and_quoted_reply_show.png)

- [x] **公众号提醒**:当指定公众号发布新文章时,机器人会给指定用户或群发送提醒。需进行[配置](#%EF%B8%8F-official-account-reminder-配置)
![official_account_reminder_show](docs/images/official_account_reminder_show.png)

- [x] **定时任务**:大部分命令均支持定时任务。需进行[配置](#%EF%B8%8F-task-cron-配置)

## 支持的 Webhook

- [x] GitHub 仓库 Webhook,需在 GitHub 仓库 Settings 中添加 Webhook 并进行[配置](#%EF%B8%8F-github-webhook-配置)
![github_webhook_show](docs/images/github_webhook_show.png)

## 配置文件

Expand Down
Binary file added docs/images/github_webhook_show.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/official_account_reminder_show.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c4d7022

Please sign in to comment.