Metadata-Version: 2.1
Name: nonebot_plugin_anymate
Version: 1.5.8.0a0
Summary: QQ上使用的anymate网站小工具
Home-page: https://github.com/QuickLAW/nonebot-plugin-anymate
Author: QuickLAW
Author-email: yewillwork@outlook.com
License: BSD 3-Clause License
Platform: all
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: anyio
Requires-Dist: filetype
Requires-Dist: strenum
Requires-Dist: pytz
Requires-Dist: httpx
Requires-Dist: pydantic
Requires-Dist: nonebot_adapter_onebot
Requires-Dist: aiosqlite
Requires-Dist: nonebot-plugin-send-anything-anywhere
Requires-Dist: nonebot_plugin_apscheduler
Requires-Dist: nonebot2

<div align="center">

# nonebot-plugin-anymate

_✨ NoneBot 插件简单描述 ✨_


<a href="./LICENSE">
    <img src="https://img.shields.io/github/license/owner/nonebot-plugin-anymate.svg" alt="license">
</a>
<a href="https://pypi.org/project/nonebot-plugin-anymate/">
    <img src="https://img.shields.io/pypi/v/nonebot-plugin-anymate.svg" alt="pypi">
</a>
<img src="https://img.shields.io/badge/python-3.10+-blue.svg" alt="python">

</div>

AnymateTools是一款[NoneBot](https://nonebot.dev/)上使用的插件，可以便捷的通过此插件来浏览[Anymate](https://www.any-mate.com/)网站的部分内容。


## 📖 介绍

安装此插件后，在群聊/私聊可以使用，添加角色到数据库之后，可以查看角色信息，查看角色动态，催更（角色暂时还收不到），查看发现页动态等功能。可以通过群聊便捷的催促作者更新。


## ⚙️ 配置

在 nonebot2 项目的`.env`文件中添加下表中的必填配置

| 配置项 | 必填 | 默认值 | 说明 |
|:-----:|:----:|:----:|:----:|
| UTC | 否 | "Asia/Shanghai" | 设置时区 |
| DB_DIR | 否 | "./data/anymate/data.db" | 数据库默认存放位置及名称 |

## 🎉 使用
### 指令表
| 指令 | 需要@ | 范围 | 说明 |
|:-----:|:----:|:----:|:----:|
| /anyhelp | 否 | 群聊/私聊 | 列出所有可用指令 |
| /信息 <角色> | 否 | 群聊/私聊 | 展示指定角色的信息 |
| /动态 <角色名> [数量] | 否 | 群聊/私聊 | 展示指定角色指定数量的最新动态 |
| /搜索 <角色名> [数量] | 否 | 群聊/私聊 | 搜索角色并展示指定数量的结果 |
| /添加角色 <UUID> | 否 | 群聊/私聊 | 将指定角色添加入插件数据库 |
| /催更 <角色名> | 否 | 群聊/私聊 | 催更啦！ |
| /发现 [数量] | 否 | 群聊/私聊 | 展示指定数量的发现页帖子 |
