TouchPortal API 源码
适用于Python的API 在不了解Python的情况下为TouchPortal构建插件的简单方法。 安装 如果您不能下载,请在命令行中运行pip install TouchPortal-API 然后执行pip install [fileyoudownloaded]确保您使用的是最新版本的TouchPortal当前的TouchPortal API版本支持TP V2.3 用法 import TouchPortalAPI # Import the api TPClient = TouchPortalAPI . Client ( 'YourPluginID' ) # Initiate the client (replace YourPluginID with your ID) @ TPClient . on ( 'info' ) # This Will run once You've con
下载地址
用户评论