Metadata-Version: 2.1
Name: axtbot-plugin-cyberbook
Version: 1.0.0
Summary: 官方插件包之一，通过'/atinfo' 获取当前机器人的在线时间、群聊/私聊收发消息数
Author-Email: AxT-Team <shanshui@shanshui.site>
Requires-Python: >=3.11
Description-Content-Type: text/markdown

<div align="center">

# axtbot-plugin-cyberbook

_✨ 官方插件包之一，通过'/ask' 获取赛博箴言！ ✨_


<a href="https://pypi.python.org/pypi/axtbot-plugin-cyberbook">
    <img src="https://img.shields.io/pypi/v/axtbot-plugin-cyberbook.svg" alt="pypi">
</a>
<img src="https://img.shields.io/badge/python-3.11+-blue.svg" alt="python">

</div>

## 介绍

本插件为官方插件包之一，通过'/ask' 获取赛博箴言！

## 安装方法

<details>
<summary>使用包管理器安装</summary>
在项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令

<details>
<summary>pip</summary>

    pip install axtbot-plugin-cyberbook
</details>
<details>
<summary>pdm</summary>

    pdm add axtbot-plugin-cyberbook
</details>
<details>
<summary>poetry</summary>

    poetry add axtbot-plugin-cyberbook
</details>


打开项目根目录下的 `pyproject.toml` 文件, 在 `[tool.axtbot]` 部分追加写入

    plugins = ["axtbot_plugin_cyberbook"]

</details>

## 配置

插件安装成功后 请在 `.env` 文件中配置 如下内容：
```
UAPI_KEY=uapi-xxxxxxxxxxxxxxxx
```
> [!NOTE]
> 对应的Uapi Key请在 [Uapis](https://uapis.cn/) 注册获取并生成API KEY 填入此处！