文件名称:ConnectySDK:创建您自己的跨渠道的简单模块
文件大小:3KB
文件格式:ZIP
更新时间:2024-02-28 13:25:40
Python
ConnectySDK 基本范例 from connecty import Bot bot = Bot () @ bot . configure async def config (): bot . no_echo () connection = await bot . register ([ YOUR CHANNEL IDs HERE ]) @ connection . on_message async def on_msg ( message ): await connection . send ( message ) bot . run ( YOUR TOKEN HERE ) 进阶范例 @ bot . configure async def config (): bot . no_echo ()
【文件预览】:
ConnectySDK-main
----connecty.py(5KB)
----example()
--------config.py(25B)
--------bot.py(292B)
----README.md(844B)