Zulip的Bot框架
项目描述
Zulip bots
此目录包含 zulip_bots
PyPI 包的源代码。
Zulip 文档提供了关于 使用Zulip的bot系统 和 编写您自己的bots 的指南。
目录结构
zulip_bots # This directory
├───zulip_bots # `zulip_bots` package.
│ ├───bots/ # Actively maintained and tested bots.
│ ├───game_handler.py # Handles game-related bots.
│ ├───lib.py # Backbone of run.py
│ ├───provision.py # Creates a development environment.
│ ├───run.py # Used to run bots.
│ ├───simple_lib.py # Used for terminal testing.
│ ├───test_lib.py # Backbone for bot unit tests.
│ ├───test_run.py # Unit tests for run.py
│ └───bot_shell.py # Used to test bots in the command line.
└───setup.py # Script for packaging.
项目详情
下载文件
下载适合您平台的文件。如果您不确定选择哪一个,请了解更多关于安装包的信息。
源分发
zulip_bots-0.9.0.tar.gz (2.3 MB 查看散列值)
构建分发
zulip_bots-0.9.0-py3-none-any.whl (2.3 MB 查看散列值)