lanvent
2ec5374765
feat:modify wechatcom to wechatcom_app
1年前
lanvent
665001732b
feat: add image compression
Add image compression feature to WechatComAppChannel to compress images larger than 10MB before uploading to WeChat server. The compression is done using the `compress_imgfile` function in `utils.py`. The `fsize` function is also added to `utils.py` to calculate the size of a file or buffer.
1年前
lanvent
3e9e8d442a
docs: add README.md for wechatcomapp channel
1年前
lanvent
d2bf90c6c7
refactor: rename WechatComChannel to WechatComAppChannel
1年前
lanvent
3ea8781381
feat(wechatcom): add support for sending image
1年前
lanvent
ab83dacb76
feat(wechatcom): add support for sending voice messages
1年前
lanvent
4cbf46fd4d
feat: add support for wechatcom channel
1年前
lanvent
de33911460
feat: add support for PATPAT context
1年前
lanvent
6404332adc
feat: itchat support joingroup message
1年前
lanvent
8f72e8c3e6
formatting code
1年前
李超
29fbf69945
feat: Add configuration items to support custom data directories and facilitate the storage of itchat.pkl
1年前
lanvent
720de9d73f
chore: strip content
1年前
lanvent
9cef559a05
feat: support receive_message event
1年前
JS00000
88f4a45cae
微信公众号语音输入支持 ( #808 )
1年前
lanvent
fcfafb05f1
fix: wechatmp's deadloop when reply is None from @JS00000 #789
1年前
lanvent
6bd1242d43
chore: update requirements and config-template
1年前
lanvent
8779eab36b
feat: itchat support picture msg
1年前
lanvent
3174b1158c
chore: merge itchat msg
1年前
lanvent
3a3affd3ec
fix: wechatmp event and query timeout
1年前
JS00000
45d72b8b9b
Update README
1年前
JS00000
d35d01f980
Add wechatmp_service channel
1年前
lanvent
bea4416f12
fix: wechatmp subscribe event
1年前
lanvent
2ea8b4ef73
fix: chat when single_chat_prefix is None
1年前
lanvent
e6946ef989
modify default value of concurrency_in_session
1年前
lanvent
d687f9329e
fix: add maxsplit=1 in wechatmp
1年前
lanvent
3207258fd9
fix: check duplicate in wechatmp
1年前
lanvent
d8b75206fe
feat: maxmize message length
1年前
lanvent
88e8dd5162
chroe: specify necessary property in chatmessage
1年前
lanvent
484de6237b
feat: terminal support plugins
1年前
lanvent
8b73a74609
fix: bug when reinstall plugin
1年前
lanvent
938e3b5cf2
role: add tags for role
1年前
lanvent
1dff630257
fix: avoid channel to generate not support reply
1年前
lanvent
9d8ae80548
feat: support set wechatmp_port
1年前
JS00000
1a981ea970
Refactor: inherit ChatChannel
1年前
lanvent
5bd9f50818
feat: disable plugin when init failed
1年前
JS00000
fdf6b0dc6b
fix: web server port
1年前
lanvent
cc881adda6
Merge Pull Request #686 into master
1年前
lanvent
28eb67bc24
feat: reset will cancel unprocessed messages
1年前
lanvent
6c7e4aaf37
feat: prioritize handling commands
1年前
lanvent
371e38cfa6
add concurrency_in_session,request_timeout options
1年前
lanvent
5a221848e9
feat: avoid disorder by producer-consumer model
1年前
JS00000
21a3b0d9a1
using pickle instead of redis
1年前
JS00000
29422edcc9
SSL support
1年前
JS00000
be592cc290
update readme
1年前
JS00000
ce8635dd99
pull request ready
1年前
JS00000
76783f0ad3
private openai_api_key
1年前
JS00000
45a131aa0d
support plugins
1年前
JS00000
a7900d4b2c
fix bug
1年前
JS00000
a4b1d7446a
wechatmp
1年前
lanvent
7458a6298f
feat: add trigger_by_self option
1年前