Itchat Puppet for Wechaty
Project description
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 <zixia@zixia.net>
- Code released under the Apache-2.0 License
- Docs released under Creative Commons
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file wechaty-puppet-itchat-0.0.6.tar.gz
.
File metadata
- Download URL: wechaty-puppet-itchat-0.0.6.tar.gz
- Upload date:
- Size: 56.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c03288cc2dd924daf4509b8744396b5bf7df8c09ede4d4ef065a8a00e762396a |
|
MD5 | 6f83eb64a43dbc4aa53da0780f410ad0 |
|
BLAKE2b-256 | 4f2ce445383e370153f72b30cf2a7b1ddfcd7044917ebf693ff580beccd3362f |
File details
Details for the file wechaty_puppet_itchat-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: wechaty_puppet_itchat-0.0.6-py3-none-any.whl
- Upload date:
- Size: 72.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a98968d221ce95b69f7f29f59373d1cdc6cf2d8af6fb478d88a2e5e59dea2c47 |
|
MD5 | 0026a0168254b3857c1997c2e8decd6f |
|
BLAKE2b-256 | e63a027c2120d439b342101d5757a003831354165262299b680ea21b4b792911 |