update readme
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())
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
wechaty-puppet-itchat
Python Puppet for Wechaty
Quick Start
Installation
Usage
History
v0.0.6 (Oct 03, 2022)
v0.0.4 (October 12, 2021)
v0.0.3 (September 27, 2021)
v0.0.2 (September 18, 2021)
v0.0.1 (September 10, 2021)
v0.0.0 (July 1, 2021)
Authors
Copyright & License