Metadata-Version: 2.3
Name: nonebot-plugin-track-anime
Version: 0.2.0
Summary: a tracking anime tool
License: The MIT License (MIT)
         
         Copyright (c) 2025 lbsucceed
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
         in the Software without restriction, including without limitation the rights
         to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
         copies of the Software, and to permit persons to whom the Software is
         furnished to do so, subject to the following conditions:
         
         The above copyright notice and this permission notice shall be included in
         all copies or substantial portions of the Software.
         
         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
         IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
         FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
         AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
         LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
         OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
         THE SOFTWARE.
Author: lbsucceed
Author-email: woaikanpika123@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: beautifulsoup4 (>=4.11.2,<5.0.0)
Requires-Dist: httpx (>=0.23.0,<0.24.0)
Requires-Dist: imageio (>=2.22.0,<3.0.0)
Requires-Dist: nonebot-adapter-onebot (>=2.4.4,<3.0.0)
Requires-Dist: nonebot2 (>=2.2.0)
Requires-Dist: playwright (>=1.28.1,<2.0.0)
Project-URL: Bug Tracker, https://github.com/lbsucceed/nonebot-plugin-track-anime/issues
Project-URL: Home, https://github.com/lbsucceed/nonebot-plugin-track-anime
Description-Content-Type: text/markdown

<div align="center">
  <a href="https://v2.nonebot.dev/store"><img src="https://github.com/A-kirami/nonebot-plugin-template/blob/resources/nbp_logo.png" width="180" height="180" alt="NoneBotPluginLogo"></a>
  <br>
  <p><img src="https://github.com/A-kirami/nonebot-plugin-template/blob/resources/NoneBotPlugin.svg" width="240" alt="NoneBotPluginText"></p>
</div>

<!-- <div align="center"> -->

# nonebot-plugin-track-anime

_✨ NoneBot 插件简单描述 ✨_

<a href="./LICENSE">
    <img src="https://img.shields.io/github/license/lbsucceed/nonebot-plugin-track-anime.svg" alt="license">
</a>
<a href="https://pypi.python.org/pypi/nonebot-plugin-track-anime">
    <img src="https://img.shields.io/pypi/v/nonebot-plugin-track-anime.svg" alt="pypi">
</a>
<img src="https://img.shields.io/badge/python-3.9+-blue.svg" alt="python">

## 📖 介绍

这是一个用于追番的工具，访问mikanani.me进行使用，力求简单易用。

<div style="padding: 15px; border: 1px solid transparent; border-color: transparent; margin-bottom: 20px; border-radius: 4px; color: #8a6d3b;; background-color: #fcf8e3; border-color: #faebcc;">
&#x1F628<b> 注意：本插件需要机器人所在网络环境能够访问mikanani.me。</b>
</div>

## 💿 安装

<details open>
<summary>使用 nb-cli 安装</summary>
在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装

    nb plugin install nonebot-plugin-track-anime

</details>

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

<details>
<summary>pip</summary>

    pip install nonebot-plugin-track-anime
</details>
<details>
<summary>pdm</summary>

    pdm add nonebot-plugin-track-anime
</details>
<details>
<summary>poetry</summary>

    poetry add nonebot-plugin-track-anime
</details>
<details>
<summary>conda</summary>

    conda install nonebot-plugin-track-anime
</details>

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

    plugins = ["nonebot_plugin_track-anime"]

</details>



## 🎉 使用
![img](README.assets/fbad530a6696d9aa5f4fe85f7216b5d4_720.jpg)

<div style="padding: 15px; border: 1px solid transparent; border-color: transparent; margin-bottom: 20px; border-radius: 4px; color: #7d637a; background-color: #f6edf5; border-color: #f1e4f0;">
&#x1F4AC<b> 备注：欢迎来提issue和建议。</b>
</div>

