From 9ba88342c95722bf2655339744a70317df4c5d84 Mon Sep 17 00:00:00 2001 From: Changhua Date: Sun, 1 Sep 2024 13:25:15 +0800 Subject: [PATCH] Update FAQ and quickstart --- README.MD | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/README.MD b/README.MD index 7bbcf29..58c17fc 100644 --- a/README.MD +++ b/README.MD @@ -16,7 +16,7 @@ -|[📖 Python 文档](https://wechatferry.readthedocs.io/)|[📺 Python 视频教程](https://mp.weixin.qq.com/s/APdjGyZ2hllXxyG_sNCfXQ)|[🙋 FAQ](https://mp.weixin.qq.com/s/I6n_6fuQa60CrROWSgq0TA)| +|[📖 Python 文档](https://wechatferry.readthedocs.io/)|[📺 Python 视频教程](https://mp.weixin.qq.com/s/APdjGyZ2hllXxyG_sNCfXQ)|[🙋 FAQ](https://mp.weixin.qq.com/s/Y2Q37VYV730Iu9TrgiCmCw)| |:-:|:-:|:-:| 👉 [WeChatRobot🤖](https://github.com/lich0821/WeChatRobot),一个基于 WeChatFerry 的 Python 机器人框架。 @@ -73,10 +73,25 @@ pip install --upgrade wcferry * 参考框架:[🤖WeChatRobot](https://github.com/lich0821/WeChatRobot) ### HTTP -#### [wcfrust](https://github.com/lich0821/wcf-client-rust)(基于 Rust) -#### [go_wcf_http](clients/go_wcf_http/README.MD)(基于 Go) +* [wcfrust](https://github.com/lich0821/wcf-client-rust)(基于 Rust) +* [go_wcf_http](clients/go_wcf_http/README.MD)(基于 Go) -### [NodeJS](clients/wcferry-node) +### Java +* [java](clients/java/README.MD) + +### NodeJS +* [wcferry-node](https://github.com/dr-forget/wcferry-node) +* [node-wcferry](https://github.com/stkevintan/node-wcferry) + +### C# +* [WeChatFerry-CSharp](https://github.com/send010/WeChatFerry-CSharp) + +### Rust +* [wechat-bot](https://github.com/CliffHan/wechat-bot) + +### Docker +* [docker_wechat](https://github.com/Saroth/docker_wechat) +* [wechatbot-provider-windows](https://github.com/danni-cool/wechatbot-provider-windows) ## 一起开发