wechaty / python-wechaty-puppet-itchat

Python Wechaty Puppet Powered by Itchat
Apache License 2.0
39 stars 11 forks source link

Implement adapter between itchat and python-wechaty #31

Closed wj-Mcat closed 3 years ago

wj-Mcat commented 3 years ago

After review the itchat code, the configured_reply func is the core function fetching the message & event. And calling the async function in sync function with run_until_complete method which can fix the calling problem.

ding dong handling is ok now, but there are also some basic problem in this issue, eg: message container. @lyleshaw you can clone this pr to check out the detail, and you can get the final solution.

wj-Mcat commented 3 years ago

To Fix:

lyleshaw commented 3 years ago

I’m so sorry that I haven’t reviewed this PR for a long time due to so many things in the school. I will start working on the adapter from today.

huan commented 3 years ago

Is this PR has any update?

I'd like to see it to be merged soon, thanks!