python-wechaty
python-wechaty copied to clipboard
🐛🐛 Bug Report: 视频号+收藏中的笔记,没有任何返回信息
requirements
- token type:paimon
- version of python-wechaty [0.8.33]
Describe your problem
信息为视频号+收藏中的笔记,没有任何返回信息
Error info
python-wechaty doesn't support video-post message currently. @huan Is there anything shoule be updated in python-wechaty ?
@wj-Mcat Wechaty has a Post WUM (Wechaty User Model) implemented in the last month for supporting the 视频号 type.
You can refer to
- https://github.com/wechaty/wechaty/issues/2245
And it would be great it the Python Wechaty can be the first Polyglot SDK that supports it!
That's great. Python Wechaty must be the first polyglot SDK that supports it.
There are so many discussions about the new feature, and I don't have so much time to read every comment carefully. Are there any firm plans here? @huan
I understand.
To get started, you can read the unit test of the Post Module at https://github.com/wechaty/wechaty/blob/main/src/user-modules/post.spec.ts
Then the Post Module itself at https://github.com/wechaty/wechaty/blob/main/src/user-modules/post.ts
Get it. I will try to implement it later.