Python Service Puppet for Wechaty
Project description
wechaty-puppet-service
Python Service Puppet for Wechaty
Features
- Consume Wechaty Puppet Service
Usage
import asyncio
from wechaty import Wechaty
from wechaty_puppet_service import PuppetService
bot = Wechaty(PuppetService("your-token-here"))
bot.on('message', lambda x: print(x))
asyncio.run(bot.start())
Environment Variables
1 WECHATY_PUPPET_SERVICE_TOKEN
The token set to this environment variable will become the default value of puppetOptions.token
WECHATY_PUPPET_SERVICE_TOKEN=secret python bot.py
or you can use TOKEN
or token
environment variable alias name to set token, for example:
TOKEN=secret python bot.py
# or
token=secret python bot.py
History
master
v0.7 (Mar, 2021)
Rename from wechaty-puppet-hostie
-> wechaty-puppet-service
v0.0.1 (Mar 10, 2020)
- Init Python version
- Published to PyPI
Authors
- @wj-Mcat - Jingjing WU (吴京京)
- @huan - (李卓桓) zixia@zixia.net
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
Release history Release notifications | RSS feed
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-service-0.8.9.tar.gz
.
File metadata
- Download URL: wechaty-puppet-service-0.8.9.tar.gz
- Upload date:
- Size: 16.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e159b69a7ebc9a563b00b72e8d05230e206b445aa76506514ab0ce9501f523c1 |
|
MD5 | 6101c8ce49fb5a8316292c8fc60378d5 |
|
BLAKE2b-256 | 76debb0b1b95bfe33dc488bbf221c9c1bb192bd7be434302397d4b14e9e243a4 |
File details
Details for the file wechaty_puppet_service-0.8.9-py3-none-any.whl
.
File metadata
- Download URL: wechaty_puppet_service-0.8.9-py3-none-any.whl
- Upload date:
- Size: 17.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6bc39b881f6421cda7f73e63a0931c6313ddcdfdae23e783a6597369ced1e857 |
|
MD5 | b56110e2b8bb3fa4525c78a0a7c59d99 |
|
BLAKE2b-256 | 12b9b952340b246eb88095442e0f174ce9418af63405b1a988c5029068bb55b1 |