lanvent
2ec5374765
feat:modify wechatcom to wechatcom_app
1 year ago
lanvent
8205d2552c
fix(Dockerfile): add extra-index-url to pip install command
1 year ago
lanvent
a52f54d988
docs(wechatmp): Update README.md
1 year ago
lanvent
618c94edb8
formatting: run precommit on all files
1 year ago
lanvent
4af2c7f3d7
fix: escape regex pattern
1 year ago
lanvent
361f599df0
fix: escape regex patterns when matching name
1 year ago
lanvent
7c85c6f742
feat(wechatmp): add support for message encryption
- Add support for message encryption in WeChat MP channel.
- Add `wechatmp_aes_key` configuration item to `config.json`.
1 year ago
lanvent
b5df6faadf
feat: verify server when receive message in wechatmp
1 year ago
lanvent
7cefe2d825
fix: split long text messages into multiple parts in wechatmp_service
1 year ago
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 year ago
lanvent
cca49da730
fix: fix subscribe_msg
1 year ago
lanvent
f6d370ad29
fix: check if event is subscribe
1 year ago
lanvent
c9131b333b
feat: add clear_quota_v2 method to clear API quota when it's used up
1 year ago
lanvent
e44161bf42
fix: voice_reply_voice not work
1 year ago
lanvent
a26189fb25
chore: remove passive_reply_message.py
1 year ago
lanvent
89dd8a1db6
refactor(wechatmp): use wechatpy to handle wechatmp messages
feat(wechatmp): add support for image and voice replies
1 year ago
JS00000
650e0b4ad4
wechatmp: adjust log
1 year ago
JS00000
71c8043699
update README
1 year ago
JS00000
40264bc9cb
fix: delete permanent media
1 year ago
JS00000
a7772316f9
feat: wechatmp channel support voice/image reply
1 year ago
lanvent
3e9e8d442a
docs: add README.md for wechatcomapp channel
1 year ago
lanvent
d2bf90c6c7
refactor: rename WechatComChannel to WechatComAppChannel
1 year ago
JS00000
1e58c1ad2b
fix: wechatmp channel now do not need client
1 year ago
JS00000
f32f8aa08e
Update readme, and make the structure more clear
1 year ago
lanvent
3ea8781381
feat(wechatcom): add support for sending image
1 year ago
lanvent
ab83dacb76
feat(wechatcom): add support for sending voice messages
1 year ago
lanvent
4cbf46fd4d
feat: add support for wechatcom channel
1 year ago
JS00000
df4c1f0401
wechatmp: logic simplification
1 year ago
JS00000
9a86a67984
update readme
1 year ago
lanvent
de33911460
feat: add support for PATPAT context
1 year ago
JS00000
68361cddd2
wechatmp_service: image and voice reply supported
1 year ago
lanvent
6404332adc
feat: itchat support joingroup message
1 year ago
lanvent
8f72e8c3e6
formatting code
1 year ago
李超
29fbf69945
feat: Add configuration items to support custom data directories and facilitate the storage of itchat.pkl
1 year ago
lanvent
720de9d73f
chore: strip content
1 year ago
lanvent
9cef559a05
feat: support receive_message event
1 year ago
JS00000
88f4a45cae
微信公众号语音输入支持 ( #808 )
1 year ago
JS00000
7fb4f72b84
update wechatmp README
1 year ago
JS00000
8fa3da9ca5
wechatmp: voice input support
1 year ago
lanvent
fcfafb05f1
fix: wechatmp's deadloop when reply is None from @JS00000 #789
1 year ago
JS00000
f687b2b6f4
remove _success_callback
1 year ago
JS00000
8ee7a48151
fix: wechatmp's deadloop when reply is None
1 year ago
lanvent
6bd1242d43
chore: update requirements and config-template
1 year ago
lanvent
8779eab36b
feat: itchat support picture msg
1 year ago
lanvent
3174b1158c
chore: merge itchat msg
1 year ago
lanvent
3a3affd3ec
fix: wechatmp event and query timeout
1 year ago
JS00000
45d72b8b9b
Update README
1 year ago
JS00000
d35d01f980
Add wechatmp_service channel
1 year ago
lanvent
bea4416f12
fix: wechatmp subscribe event
1 year ago
lanvent
2ea8b4ef73
fix: chat when single_chat_prefix is None
1 year ago