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
There's a 100 lines class named
Imagein 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
Imageclass files in TypeScript and Python at the same time.Link to Go: wechaty/go-wechaty#26