Metadata-Version: 2.1
Name: axtbot-plugin-hotlist
Version: 1.0.0
Summary: 官方插件包之一，获取今天所发生的事！
Author-Email: AxT-Team <shanshui@shanshui.site>
Requires-Python: >=3.11
Requires-Dist: aiohttp>=3.14.3
Requires-Dist: pytz
Description-Content-Type: text/markdown

<div align="center">

# axtbot-plugin-hotlist

_✨ 官方插件包之一，获取今天所发生的事！ ✨_


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

</div>

## 介绍

这是官方插件包之一，能通过 `/hotlist` 获取今天所发生的事！

## 安装方法

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

<details>
<summary>pip</summary>

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

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

    poetry add axtbot-plugin-hotlist
</details>

如果拉取源代码，请打开 `AxTBot` 项目根目录下的 `pyproject.toml` 文件, 在 `[tool.axtbot]` 部分追加写入

    plugins = ["axtbot_plugin_hotlist"]

</details>

## 配置
请在 AxTBot 的根目录下 `.env` 文件内追加以下配置项
```
STATIC_URL=你的logos存放网址根
# 该url将被拼接为 url/hotlist/xxx.png 对应不同平台的logo

UAPI_KEY=你的Uapis API KEY
# 该值可在 [Uapis](https://uapis.cn/) 上自行注册平台获取
```