Skip to main content

一个基础sanic的异步微信公众号开发框架

Project description

一个简单的异步公众号框架

介绍

代码fork自WeRoBot,修改成基于sanic的异步框架

文档

点我

Installation

pip install aiowerobot

Simple uses

from aiowerobot import AioWeRoBot

robot = AioWeRoBot(app_id='', app_secret='', token='')


@robot.handler
async def hello(message):
    return 'Hello World!'


config = {'host': '0.0.0.0', 'port': 8099}
robot.run(**config)

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

aiowerobot-0.0.7.tar.gz (28.1 kB view hashes)

Uploaded Source

Built Distribution

aiowerobot-0.0.7-py3-none-any.whl (32.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page