wj-Mcat / python-wechaty-plugin-template

plugin template for python-wechaty

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-wechaty-plugin-

plugin which ...

Features

this plugin contains the following features:

  • feature
  • ...

Quick Start

Install

pip install wechaty wechaty-plugin-<foo>

Init Bot

import asyncio
from wechaty import Wechaty

from wechaty_plugin_<foo> import <Foo>Plugin


async def run() -> None:
    """async run method"""
    plugin = <Foo>Plugin
    bot = Wechaty().use(plugin)
    await bot.start()


asyncio.run(run()) 

v0.0.1 (Apr 2022)

The python-wechaty-plugin-<foo> project was created.

Maintainers

Copyright & License

  • Code & Docs © 2022
  • Code released under the Apache-2.0 License
  • Docs released under Creative Commons

About

plugin template for python-wechaty

License:Apache License 2.0


Languages

Language:Python 52.1%Language:Makefile 47.9%