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.
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.
python-wechaty-plugin-contrib
Python Wechaty Plugin Contrib Package for the Community
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
Plugins Contrib
You are welcome to send your plugin to our contrib by creating a Pull Request!
dongif bot receives adingmessage.1 DingDong
dongif bot receives adingmessage.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-contribproject was created.Maintainers
Copyright & License