Metadata-Version: 2.1
Name: axtbot-plugin-atinfo
Version: 1.0.1
Summary: 该插件通过'/atinfo' 获取当前机器人的在线时间、群聊/私聊收发消息数
Author-Email: AxT-Team <shanshui@shanshui.site>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.11
Description-Content-Type: text/markdown

<div align="center">

# axtbot-plugin-atinfo

_✨ 该插件通过'/atinfo' 获取当前机器人的在线时间、群聊/私聊收发消息数 ✨_


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

</div>

## 介绍

本插件为官方提供的插件包组，该插件用于获取机器人信息

## 安装方法

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

<details>
<summary>pip</summary>

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

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

    poetry add axtbot-plugin-atinfo
</details>


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

    plugins = ["axtbot_plugin_atinfo"]

</details>