wechaty / python-wechaty

Python Wechaty is a Conversational RPA SDK for Chatbot Makers written in Python
https://wechaty.readthedocs.io/zh_CN/latest/
Apache License 2.0
1.55k stars 229 forks source link

From TypeScript to Python in Wechaty Way - Internal Modules #11

Open huan opened 4 years ago

huan commented 4 years ago

Here are all the modules inside the TS Wechaty project and need to be translated to our Python Wechaty.

We will continue tracking the progress in this issue with updates.

Wechaty Modules

  1. [ ] Class Wechaty @wj-mCat
  2. [ ] Class Contact
  3. [ ] Class ContactSelf
  4. [ ] Class Message
  5. [ ] Class Room
  6. [ ] Class Image @wj-mCat
  7. [x] Class Accessory @huan
  8. [ ] Class Config @wj-mCat
  9. [ ] Class Favorite
  10. [ ] Class Friendship
  11. [ ] Class MiniProgram
  12. [ ] Class RoomInvitation
  13. [ ] Class Tag
  14. [ ] Class UrlLink
wj-Mcat commented 4 years ago

Ok, I will code by the list.

huan commented 4 years ago

@wj-Mcat Great! The list is just an initialized version for us to track the progress.

I have just sent you an invitation to the Wechaty Contributors team on GitHub, please accept it so that you can manage issue & pull requests by the team privileges.

huan commented 4 years ago

Here are all Wechaty internal modules in TypeScript, need to translate to Python.

I'd like to suggest the one who are interested in contributing, to pick up some easy ones from the start, like those modules around 100 lines of code. We need the community to help to put more resources into this project so that we can move faster.

Thanks for your attention, appreciated!