feat: add qq channel

This commit is contained in:
zhayujie
2026-03-17 15:43:04 +08:00
parent 46d97fd57d
commit 005a0e1bad
8 changed files with 854 additions and 0 deletions

View File

@@ -88,3 +88,11 @@ Search for the app name you just created in WeCom to start chatting directly. Yo
To allow external personal WeChat users to use the app, go to **My Enterprise → WeChat Plugin**, share the invite QR code. After scanning and following, personal WeChat users can join and chat with the app:
<img src="https://cdn.link-ai.tech/doc/20260228103232.png" width="520"/>
## FAQ
Make sure the following dependencies are installed:
```bash
pip install websocket-client pycryptodome
```