python-wechaty-puppet-itchat
python-wechaty-puppet-itchat copied to clipboard
Python Wechaty Puppet Powered by Itchat
trafficstars
wechaty-puppet-itchat 

Python Puppet for Wechaty
Quick Start
Installation
pip install wechaty-puppet-itchat
Usage
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())
History
v0.0.6 (Oct 03, 2022)
- enable itchat great again by @fangjiyuan
- itchat example
v0.0.4 (October 12, 2021)
- Fix Bugs
- Move src/itchat to src/wechaty_puppet_itchat/itchat
- Add examples
v0.0.3 (September 27, 2021)
- Fix Bugs
v0.0.2 (September 18, 2021)
- Fix Bugs
- Add Receive Message
v0.0.1 (September 10, 2021)
- Add CI/CD
- Add Scan/Login
- Add Send Message
v0.0.0 (July 1, 2021)
- Init Code
Authors
Copyright & License
- Code & Docs © 2020-now Huan LI <[email protected]>
- Code released under the Apache-2.0 License
- Docs released under Creative Commons