lanvent
73c87d5959
fix(wechatcomapp): split long text messages into multiple parts
il y a 1 an
lanvent
c6601aaeed
fix: ensure get access_token thread-safe
il y a 1 an
lanvent
6e14fce1fe
docs: update README.md for wechatcom_app
il y a 1 an
lanvent
be5a62f1b8
Merge Pull Request #936 into wechatcom-app
il y a 1 an
Jianglang
1fa8cefaea
Add contact link in ISSUE_TEMPLATE
il y a 1 an
Jianglang
d7c251ac83
Update README.md
il y a 1 an
lanvent
d03229a183
Update ISSUE_TEMPLATE
il y a 1 an
lanvent
243482e829
Update ISSUE_TEMPLATE
il y a 1 an
lanvent
79d10be8a0
fix(wechatmp): add clear_quota_lock to ensure thread safe
il y a 1 an
JS00000
dca5c058e0
fix: Avoid the same filename under multithreading ( #933 )
il y a 1 an
lanvent
9163ce71fd
fix: enable plugins for wechatcom_app
il y a 1 an
lanvent
2ec5374765
feat:modify wechatcom to wechatcom_app
il y a 1 an
lanvent
d6a4b35cd3
chore: add numpy version constraint
il y a 1 an
lanvent
8205d2552c
fix(Dockerfile): add extra-index-url to pip install command
il y a 1 an
lanvent
9a99caeb9d
chore: add fetch_translate method to Bridge class
il y a 1 an
lanvent
1e09bd0e76
feat(azure_voice): add language detection, support mulitple languages
il y a 1 an
lanvent
cae12eb187
feat: add baidu translate api
il y a 1 an
zhayujie
8bb36e0eb6
Merge pull request #926 from zhayujie/dev
docs: update README
il y a 1 an
zhayujie
d183204caa
docs: update README.md
il y a 1 an
zhayujie
4a22ae6b61
docs: update README.md
il y a 1 an
lanvent
a52f54d988
docs(wechatmp): Update README.md
il y a 1 an
lanvent
618c94edb8
formatting: run precommit on all files
il y a 1 an
lanvent
eaf4e9174f
style(linting): increase max-line-length to 176
The max-line-length configuration was increased to 176 in both .flake8 and pyproject.toml files to allow for longer lines of code.
il y a 1 an
lanvent
4af2c7f3d7
fix: escape regex pattern
il y a 1 an
lanvent
361f599df0
fix: escape regex patterns when matching name
il y a 1 an
Jianglang
ffe4ea5e4c
Update README.md
il y a 1 an
Jianglang
9461e3e01a
Merge pull request #912 from zhayujie/wechatmp
公众号功能优化:支持图片输入、消息加密模式、用户体验优化
il y a 1 an
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`.
il y a 1 an
lanvent
b5df6faadf
feat: verify server when receive message in wechatmp
il y a 1 an
lanvent
7cefe2d825
fix: split long text messages into multiple parts in wechatmp_service
il y a 1 an
lanvent
350633b69b
Merge Purll Request #920 into wechatmp
il y a 1 an
JS00000
1cd6a71ce0
fix the bug of pytts in linux
il y a 1 an
JS00000
3a08b002a0
Merge remote-tracking branch 'origin/wechatmp' into wechatmp
il y a 1 an
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.
il y a 1 an
lanvent
cca49da730
fix: fix subscribe_msg
il y a 1 an
lanvent
f6d370ad29
fix: check if event is subscribe
il y a 1 an
lanvent
c9131b333b
feat: add clear_quota_v2 method to clear API quota when it's used up
il y a 1 an
lanvent
e44161bf42
fix: voice_reply_voice not work
il y a 1 an
lanvent
a26189fb25
chore: remove passive_reply_message.py
il y a 1 an
lanvent
89dd8a1db6
refactor(wechatmp): use wechatpy to handle wechatmp messages
feat(wechatmp): add support for image and voice replies
il y a 1 an
JS00000
650e0b4ad4
wechatmp: adjust log
il y a 1 an
lanvent
c60f0517fb
refactor(audio_convert.py): remove redundant functions
il y a 1 an
lanvent
0f8dc91a8b
fix: add check for empty command and return error message if so
il y a 1 an
lanvent
b58feb5d8e
Merge Pull Request #904 into master
il y a 1 an
JS00000
71c8043699
update README
il y a 1 an
JS00000
40264bc9cb
fix: delete permanent media
il y a 1 an
JS00000
a7772316f9
feat: wechatmp channel support voice/image reply
il y a 1 an
JS00000
34209021c8
fix: pytts second round not work
il y a 1 an
lanvent
3e9e8d442a
docs: add README.md for wechatcomapp channel
il y a 1 an
lanvent
d2bf90c6c7
refactor: rename WechatComChannel to WechatComAppChannel
il y a 1 an