文件名称:slouch:一个轻量级的Python框架,用于构建受cli启发的Slack机器人
文件大小:19KB
文件格式:ZIP
更新时间:2024-06-03 06:39:52
Python
伛
[在内部使用Venmo之外未得到积极支持]
Slouch是一个轻量级的Python框架,用于构建受风格启发的Slack机器人。
这是一个使用Slouch构建的示例机器人:
from slouch import Bot , help
class PingBot ( Bot ):
pass
@ PingBot . command
def pingme ( opts , bot , event ):
"""Usage: pingme [--message=
【文件预览】:
slouch-master
----setup.py(1KB)
----.gitignore(675B)
----requirements.txt(224B)
----Makefile(219B)
----.travis.yml(173B)
----slouch()
--------__init__.py(13KB)
--------_version.py(22B)
--------testing.py(2KB)
----LICENSE(1KB)
----example.py(3KB)
----README.rst(1KB)
----tests()
--------test_handle_long_response.py(2KB)
--------test_send_message.py(468B)
--------conftest.py(172B)
--------test_example_bot.py(2KB)
--------context.py(166B)
----docs()
--------Makefile(7KB)
--------index.rst(1KB)
--------conf.py(8KB)
--------reference()