Python Wechaty Plugin Contrib is a repo which store the pupular wechaty contrib
Project description
python-wechaty-plugin-contrib
Python Wechaty Plugin Contrib Package for the Community
Image Credit: What is Plugin
Introduction
When you find yourself writing repetitive code, it's time to extract it into a plugin.
Wechaty has a great support for using Plugins by calling Wechaty.use(WechatyPlugin())
. A Wechaty Plugin is a python class that listen all the event and handle all things.
This package is for publishing the Wechaty Plugins that are very common used by the core developer team.
Requirements
- Wechaty v0.5.dev1 or above versions
Plugins Contrib
You are welcome to send your plugin to our contrib by creating a Pull Request!
# | Plugin | Author | Feature |
---|---|---|---|
1 | DingDong | @wj-Mcat | Reply dong if bot receives a ding message. |
2 | HealthCheck | @wj-Mcat | Health checker, amis to keep wechaty bot alive at lifetime |
3 | RasaRest | @wj-Mcat | Connect to the Rasa V2 Server, make wechaty bot more intelligent |
4 | Scheduler | @wj-Mcat | Help you schedule the jobs on wechaty bot |
1 DingDong
- Description: Reply
dong
if bot receives ading
message. - Author: @wj-Mcat
from wechaty_plugin_contrib import DingDongPlugin
bot.use(DingDongPlugin())
2. HealthCheck
This plugin help to
Python Wechaty Plugin Directory
The Wechaty Plugin Contrib will only accept simple plugins which does not dependence very heavy NPM modules, and the SLOC (Source Line Of Code) is no more than 100.
There are many great Wechaty Plugins can not be included in the contrib because they are too powerful. They will be published as a pypi package by itself.
We are listing those powerful Wechaty Plugins outside the contrib as in the following list, and you are welcome to add your plugin below if you have published any!
History
master
v0.0.1 (Apr 2020)
The python-wechaty-plugin-contrib
project was created.
Maintainers
Copyright & License
- Code & Docs © 2020 Wechaty Contributors https://github.com/wechaty
- 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-plugin-contrib-0.0.19.tar.gz
.
File metadata
- Download URL: wechaty-plugin-contrib-0.0.19.tar.gz
- Upload date:
- Size: 28.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c4aaf96f4293149166494fa03f1622b76291ba1a59d95cdb0b5980cbe237748f |
|
MD5 | c84581ed554b4cb63aec4fba3efb62d5 |
|
BLAKE2b-256 | 219803eb46c73c608dad23aaf75a1aa99e4748495dd605460b7515431cde191f |
File details
Details for the file wechaty_plugin_contrib-0.0.19-py3-none-any.whl
.
File metadata
- Download URL: wechaty_plugin_contrib-0.0.19-py3-none-any.whl
- Upload date:
- Size: 44.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ffa4d54a399072a03641b6dbcc3c50235839b40cca2ac872b9553d7666af263 |
|
MD5 | 6f13b60b135e4bc688ee055efdd4ec29 |
|
BLAKE2b-256 | 3aec2332d27ec4b8f906440fc3f0356c47711f06d7274c66e6f3a48166adf4ab |