Metadata-Version: 2.1
Name: yetanotherpicsearch
Version: 1.5.20
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,iqdb,exhentai
Author: NekoAria
Requires-Python: >=3.8,<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.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: PicImageSearch (>=3.3.11,<4.0.0)
Requires-Dist: aiohttp[speedups] (>=3.8.1,<4.0.0)
Requires-Dist: arrow (>=1.2.2,<2.0.0)
Requires-Dist: diskcache (>=5.4.0,<6.0.0)
Requires-Dist: lxml (>=4.9.1,<5.0.0)
Requires-Dist: nonebot-adapter-onebot (>=2.1.1,<3.0.0)
Requires-Dist: nonebot2 (>=2.0.0b4,<3.0.0)
Requires-Dist: pyquery (>=1.4.3,<2.0.0)
Requires-Dist: tenacity (>=8.0.1,<9.0.0)
Requires-Dist: yarl (>=1.7.2,<2.0.0)
Project-URL: Repository, https://github.com/NekoAria/YetAnotherPicSearch
Description-Content-Type: text/markdown

<div align="center">

# YetAnotherPicSearch

[![license](https://img.shields.io/github/license/NekoAria/YetAnotherPicSearch)](https://raw.githubusercontent.com/NekoAria/YetAnotherPicSearch/master/LICENSE)
![python](https://img.shields.io/badge/python-3.8+-blue)
[![release](https://img.shields.io/github/v/release/NekoAria/YetAnotherPicSearch)](https://github.com/NekoAria/YetAnotherPicSearch/releases)

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

</div>

## 项目简介

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

目前支持的搜图服务：

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

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

## 文档目录

- [使用教程](docs/使用教程.md)
- [部署教程](docs/部署教程.md)

## 效果预览

<p float="left">
    <img src="docs/images/image01.jpg" width="32%" />
    <img src="docs/images/image02.jpg" width="32%" />
    <img src="docs/images/image03.jpg" width="32%" />
</p>

## 感谢名单

- [cq-picsearcher-bot](https://github.com/Tsuk1ko/cq-picsearcher-bot)
- [PicImageSearch](https://github.com/kitUIN/PicImageSearch)

