python-wechaty icon indicating copy to clipboard operation
python-wechaty copied to clipboard

🐛🐛 Bug Report: 视频号+收藏中的笔记,没有任何返回信息

Open 17186765070 opened this issue 2 years ago • 6 comments

requirements

  • token type:paimon
  • version of python-wechaty [0.8.33]

Describe your problem

信息为视频号+收藏中的笔记,没有任何返回信息

Error info

image

17186765070 avatar Apr 20 '22 06:04 17186765070

python-wechaty doesn't support video-post message currently. @huan Is there anything shoule be updated in python-wechaty ?

wj-Mcat avatar May 09 '22 03:05 wj-Mcat

@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!

huan avatar May 09 '22 03:05 huan

That's great. Python Wechaty must be the first polyglot SDK that supports it.

wj-Mcat avatar May 09 '22 03:05 wj-Mcat

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

wj-Mcat avatar May 09 '22 04:05 wj-Mcat

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

huan avatar May 09 '22 08:05 huan

Get it. I will try to implement it later.

wj-Mcat avatar May 09 '22 08:05 wj-Mcat