slouch:一个轻量级的Python框架,用于构建受cli启发的Slack机器人

时间:2024-06-03 06:39:52
【文件属性】:

文件名称: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=] Respond with an at-mention to the sender. Pass _message_ to include a message in the response. """ sender_slack_id = event [ 'user' ]


【文件预览】:
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()

网友评论