Metadata-Version: 2.1
Name: yetanotherpicsearch
Version: 1.4.7
Summary: Yet Another Picture Search Nonebot Plugin
Home-page: https://github.com/NekoAria/YetAnotherPicSearch
License: GPL-3.0-only
Keywords: nonebot,saucenao,pixiv,danbooru,doujin,anime,ascii2d,exhentai
Author: NekoAria
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: PicImageSearch (>=3.2.2,<4.0.0)
Requires-Dist: aiohttp (>=3.8.1,<4.0.0)
Requires-Dist: arrow (>=1.2.0,<2.0.0)
Requires-Dist: lxml (>=4.8.0,<5.0.0)
Requires-Dist: nonebot-adapter-onebot (>=2.0.0b1,<3.0.0)
Requires-Dist: nonebot2 (>=2.0.0b1,<3.0.0)
Requires-Dist: pyquery (>=1.4.3,<2.0.0)
Requires-Dist: tinydb (>=4.6.1,<5.0.0)
Requires-Dist: yarl (>=1.7.2,<2.0.0)
Project-URL: Repository, https://github.com/NekoAria/YetAnotherPicSearch
Description-Content-Type: text/markdown

# YetAnotherPicSearch

基于 [nonebot/nonebot2](https://github.com/nonebot/nonebot2) 及 [kitUIN/PicImageSearch](https://github.com/kitUIN/PicImageSearch) 的另一个 Nonebot 搜图插件。

目前适配的是 `OneBot V11` ，没适配 QQ 频道。

主要受到 [Tsuk1ko/cq-picsearcher-bot](https://github.com/Tsuk1ko/cq-picsearcher-bot) 的启发。 而我只需要基础的搜图功能，于是忍不住自己也写了一个。

目前支持的搜图服务：

- [saucenao](https://saucenao.com)
- [whatanime](https://trace.moe)
- [ascii2d](https://ascii2d.net)
- [exhentai](https://exhentai.org)

详细说明请移步：[docs](docs)

## 感谢以下项目或服务（不分先后）

- [saucenao](https://saucenao.com)
- [ascii2d](https://ascii2d.net)
- [trace.moe](https://trace.moe) ([GitHub](https://github.com/soruly/trace.moe))
- [exhentai](https://exhentai.org)
- [cq-picsearcher-bot](https://github.com/Tsuk1ko/cq-picsearcher-bot)
- [PicImageSearch](https://github.com/kitUIN/PicImageSearch)

