Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

aiowerobot

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aiowerobot

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

pipPyPI
Version
0.0.9
Maintainers
1

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

介绍

代码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)

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts