Python Puppet for Wechaty
pip install wechaty-puppet-itchat
import asyncio
from wechaty_puppet_itchat import PuppetItChat
from wechaty_puppet import PuppetOptions
from wechaty import Wechaty, WechatyOptions
async def main():
options = WechatyOptions(
puppet=PuppetItChat(PuppetOptions())
)
bot = Wechaty(options)
await bot.start()
asyncio.run(main())
- enable itchat great again by @fangjiyuan
- itchat example
- Fix Bugs
- Move src/itchat to src/wechaty_puppet_itchat/itchat
- Add examples
- Fix Bugs
- Fix Bugs
- Add Receive Message
- Add CI/CD
- Add Scan/Login
- Add Send Message
- Init Code
- Code & Docs © 2020-now Huan LI <[email protected]>
- Code released under the Apache-2.0 License
- Docs released under Creative Commons