lanvent
008178d737
fix(login.py): add error message when retry count is exceeded
2023-04-27 11:03:08 +08:00
lanvent
527d5e1dbc
fix(itchat): add error log when hot reload fails and log out before logging in normally
2023-04-27 02:46:53 +08:00
lanvent
9b47e2d6f9
fix: output itchat error msg rightly
2023-04-26 22:54:53 +08:00
lanvent
8781b1e976
fix: role,dungeon,godcmd support azure bot
2023-04-26 01:05:23 +08:00
Jianglang
38c653d8d8
Merge pull request #957 from goldfishh/master
...
plugin(tool): 更新0.4.2
2023-04-26 00:53:07 +08:00
lanvent
74e48bb137
Update README.md
2023-04-26 00:49:40 +08:00
goldfishh
c3aaa1f735
plugin(tool): 更新0.4.2
2023-04-26 00:48:54 +08:00
lanvent
bead2aa228
fix: a typo in template
2023-04-26 00:23:08 +08:00
Jianglang
dc52ab8aa9
Merge pull request #944 from zhayujie/wechatcom-app
...
添加企业微信应用号部署方式,支持插件,支持语音图片交互
2023-04-26 00:02:31 +08:00
lanvent
20b71f206b
feat: add subscribe_msg option for wechatmp, wechatmp_service, and wechatcom_app channels
2023-04-26 00:01:04 +08:00
lanvent
73c87d5959
fix(wechatcomapp): split long text messages into multiple parts
2023-04-25 01:48:15 +08:00
lanvent
c6601aaeed
fix: ensure get access_token thread-safe
2023-04-25 01:11:50 +08:00
lanvent
6e14fce1fe
docs: update README.md for wechatcom_app
2023-04-25 00:44:16 +08:00
lanvent
be5a62f1b8
Merge Pull Request #936 into wechatcom-app
2023-04-24 22:41:42 +08:00
Jianglang
1fa8cefaea
Add contact link in ISSUE_TEMPLATE
2023-04-24 16:38:19 +08:00
Jianglang
d7c251ac83
Update README.md
2023-04-24 02:21:44 +08:00
lanvent
d03229a183
Update ISSUE_TEMPLATE
2023-04-24 02:06:34 +08:00
lanvent
243482e829
Update ISSUE_TEMPLATE
2023-04-24 02:02:16 +08:00
lanvent
79d10be8a0
fix(wechatmp): add clear_quota_lock to ensure thread safe
2023-04-24 00:38:34 +08:00
JS00000
dca5c058e0
fix: Avoid the same filename under multithreading ( #933 )
2023-04-23 23:56:32 +08:00
lanvent
9163ce71fd
fix: enable plugins for wechatcom_app
2023-04-23 16:51:16 +08:00
lanvent
2ec5374765
feat:modify wechatcom to wechatcom_app
2023-04-23 15:40:28 +08:00
lanvent
d6a4b35cd3
chore: add numpy version constraint
2023-04-23 15:07:38 +08:00
lanvent
8205d2552c
fix(Dockerfile): add extra-index-url to pip install command
2023-04-23 15:01:10 +08:00
lanvent
9a99caeb9d
chore: add fetch_translate method to Bridge class
2023-04-23 05:12:50 +08:00
lanvent
1e09bd0e76
feat(azure_voice): add language detection, support mulitple languages
2023-04-23 04:28:46 +08:00
lanvent
cae12eb187
feat: add baidu translate api
2023-04-23 03:54:16 +08:00
zhayujie
8bb36e0eb6
Merge pull request #926 from zhayujie/dev
...
docs: update README
2023-04-22 18:04:04 +08:00
zhayujie
d183204caa
docs: update README.md
2023-04-22 18:02:12 +08:00
zhayujie
4a22ae6b61
docs: update README.md
2023-04-22 17:53:43 +08:00
lanvent
a52f54d988
docs(wechatmp): Update README.md
1.2.5
2023-04-22 12:15:56 +08:00
lanvent
618c94edb8
formatting: run precommit on all files
2023-04-22 12:01:29 +08:00
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.
2023-04-22 11:59:12 +08:00
lanvent
4af2c7f3d7
fix: escape regex pattern
2023-04-22 11:39:59 +08:00
lanvent
361f599df0
fix: escape regex patterns when matching name
2023-04-22 11:29:41 +08:00
Jianglang
ffe4ea5e4c
Update README.md
2023-04-22 11:12:30 +08:00
Jianglang
9461e3e01a
Merge pull request #912 from zhayujie/wechatmp
...
公众号功能优化:支持图片输入、消息加密模式、用户体验优化
2023-04-22 11:08:08 +08:00
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`.
2023-04-22 02:33:51 +08:00
lanvent
b5df6faadf
feat: verify server when receive message in wechatmp
2023-04-22 01:30:21 +08:00
lanvent
7cefe2d825
fix: split long text messages into multiple parts in wechatmp_service
2023-04-21 21:03:38 +08:00
lanvent
350633b69b
Merge Purll Request #920 into wechatmp
2023-04-21 20:46:16 +08:00
JS00000
1cd6a71ce0
fix the bug of pytts in linux
2023-04-21 18:31:20 +08:00
JS00000
3a08b002a0
Merge remote-tracking branch 'origin/wechatmp' into wechatmp
2023-04-21 16:20:57 +08:00
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.
2023-04-21 15:29:59 +08:00
lanvent
cca49da730
fix: fix subscribe_msg
2023-04-21 13:49:51 +08:00
lanvent
f6d370ad29
fix: check if event is subscribe
2023-04-21 13:43:01 +08:00
lanvent
c9131b333b
feat: add clear_quota_v2 method to clear API quota when it's used up
2023-04-21 13:41:21 +08:00
lanvent
e44161bf42
fix: voice_reply_voice not work
2023-04-21 03:28:31 +08:00
lanvent
a26189fb25
chore: remove passive_reply_message.py
2023-04-21 03:04:50 +08:00
lanvent
89dd8a1db6
refactor(wechatmp): use wechatpy to handle wechatmp messages
...
feat(wechatmp): add support for image and voice replies
2023-04-21 02:47:33 +08:00