You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are interested in the translation and want to look at how it works, it will be a good start from reading and comparing those two Image class files in TypeScript and Python at the same time.
We are working on building an official Python Wechaty, it would be great if we have more python developers to join. Here's an example about how to contribute by rewrite TypeScript to Python in Wechaty Way.
There's a 100 lines class named
Image
in charge of downloading the WeChat image to different sizes.It is a great example for demonstrating how do we translate the TypeScript to Python in Wechaty Way:
Image Class Source Code
If you are interested in the translation and want to look at how it works, it will be a good start from reading and comparing those two
Image
class files in TypeScript and Python at the same time.Link to Go: wechaty/go-wechaty#26
The text was updated successfully, but these errors were encountered: