文件名称:slack-today-i-did
文件大小:35KB
文件格式:ZIP
更新时间:2024-06-03 00:42:41
Python
懒惰的今天
基于确保功能类型正确的原理设计的聊天机器人。
特征
松弛和重复支持
实时重载功能
实时重新加载整个项目
输入安全互动
有用的错误提示
在运行时启用/禁用功能
命令历史
设置
您必须安装Python 3.6
使用virtualenv
要安装deps,请运行pip install -r requirements.txt
为了使用该机器人,您必须创建一个名为priv.json的文件,如下所示:
{
"token": "
【文件预览】:
slack-today-i-did-master
----.flake8(45B)
----main.py(2KB)
----requirements.txt(141B)
----run_tests.sh(233B)
----.travis.yml(405B)
----LICENSE(1KB)
----setup.py(319B)
----README.md(896B)
----slack_today_i_did()
--------bot_repl.py(3KB)
--------our_repo.py(7KB)
--------parser.py(8KB)
--------generic_bot.py(9KB)
--------__init__.py(0B)
--------known_names.py(905B)
--------command_history.py(3KB)
--------rollbar.py(664B)
--------type_aware()
--------better_slack.py(5KB)
--------notify.py(2KB)
--------reports.py(5KB)
--------bot_file.py(7KB)
--------self_aware.py(1KB)
--------extensions.py(18KB)
--------text_tools.py(3KB)
----tests()
--------test_command_history.py(2KB)
--------test_parser.py(5KB)
--------test_notify.py(2KB)
--------test_sessions.py(2KB)
--------test_today_i_did_bot.py(3KB)
--------test_generic_bot.py(4KB)
--------conftest.py(943B)
----.gitignore(1KB)