https://github.com/duo/octopus-wechat
Octopus WeChat limb
https://github.com/duo/octopus-wechat
bot wechat
Last synced: 5 months ago
JSON representation
Octopus WeChat limb
- Host: GitHub
- URL: https://github.com/duo/octopus-wechat
- Owner: duo
- License: mit
- Created: 2023-02-09T12:38:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-18T06:16:10.000Z (about 3 years ago)
- Last Synced: 2024-06-21T19:43:12.037Z (almost 2 years ago)
- Topics: bot, wechat
- Language: Go
- Homepage:
- Size: 70.3 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Octopus WeChat
Octopus WeChat limb.
# Documentation
## Dependency
* SWeChatRobot.dll, wxDriver.dll, wxDriver64.dll from [ljc545w/ComWeChatRobot](https://github.com/ljc545w/ComWeChatRobot/releases)
## Configuration
* configure.yaml
```yaml
limb:
version: 3.8.1.26 # Required, fake WeChat version
listen_port: 22222 # Required, port for listening WeChat message
hook_port: 22223 # Required, WeChat hook port
service:
addr: ws://10.10.10.10:11111 # Required, ocotpus address
secret: hello # Reuqired, user defined secret
ping_interval: 30s # Optional
sync_delay: 1m # Optional
sync_interval: 6h # Optional
log:
level: info
```
## Feature
* Telegram → WeChat
* [ ] Message types
* [x] Text
* [x] Image
* [x] Sticker
* [x] Video
* [ ] Audio
* [x] File
* [ ] Mention
* [ ] Reply
* [ ] Location
* [ ] Redaction
* WeChat → Telegram
* [ ] Message types
* [x] Text
* [x] Image
* [x] Sticker
* [x] Video
* [x] Audio
* [x] File
* [ ] Mention
* [x] Reply
* [x] Location
* [ ] Chat types
* [x] Private
* [x] Group
* [x] Redaction