文件名称:thebot:用正统 Python 编写的通用聊天机器人。 死胡博,死!
文件大小:41KB
文件格式:ZIP
更新时间:2024-08-01 19:59:41
Python
机器人 这是一个通用的聊天机器人,可以通过多种方式进行扩展。 之所以写它,是因为 NodeJS 和 CoffeeScript 很烂,而 Hubot 使用它们。 Bot 是用正统 Python 编写的,可以通过安装。 它的功能可以通过安装额外的 python 包来扩展,你不必克隆一个存储库并在那里破解一些代码。 徽章 安装 virtualenv env source env/bin/activate pip install ' git+git://github.com/svetlyak40wt/thebot.git ' thebot 要将 TheBot 连接到 IRC 频道,请执行以下操作: thebot --adapter irc --irc-host irc.freenode.net --irc-channels somechannel --irc-nick thebot 要打开
【文件预览】:
thebot-master
----setup.py(1KB)
----.vim()
--------local.vim(37B)
----.gitignore(183B)
----README.md.old(4KB)
----.travis.yml(346B)
----fabfile.py(67B)
----.tmuxinator()
--------thebot.yml(271B)
----hooks.conf(285B)
----task_do.sh(82B)
----scripts()
--------thebot(676B)
----README.rst(4KB)
----mkdocs.yml(62B)
----CHANGES.md(3KB)
----requirements()
--------development.in(290B)
--------plugins.txt(229B)
--------production3.txt(175B)
--------production3.in(22B)
--------production.txt(174B)
--------base.in(72B)
--------development.txt(718B)
--------production.in(21B)
----thebot()
--------batteries()
--------__init__.py(23KB)
--------utils()
--------tests.py(21KB)
----docs()
--------index.md(4KB)
--------Makefile(5KB)
--------creating-plugin.md(56B)
----tox.ini(408B)
----thebot.conf.example(154B)