Metadata-Version: 2.1
Name: yetanotherpicsearch
Version: 1.8.9
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: socks
Requires-Dist: PicImageSearch (>=3.7.8,<4.0.0)
Requires-Dist: aiohttp[speedups] (>=3.8.4,<4.0.0)
Requires-Dist: aiohttp_socks (>=0.8.0,<0.9.0) ; extra == "socks"
Requires-Dist: arrow (>=1.2.3,<2.0.0)
Requires-Dist: cachetools (>=5.3.0,<6.0.0)
Requires-Dist: lxml (>=4.9.2,<5.0.0)
Requires-Dist: nonebot-adapter-onebot (>=2.2.2,<3.0.0)
Requires-Dist: nonebot2 (>=2.0.0-rc.3,<3.0.0)
Requires-Dist: pydantic (>=1.10.6,<2.0.0)
Requires-Dist: pyquery (>=2.0.0,<3.0.0)
Requires-Dist: shelved-cache (>=0.3.1,<0.4.0)
Requires-Dist: tenacity (>=8.2.2,<9.0.0)
Requires-Dist: yarl (>=1.8.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)
- [E-Hentai](https://e-hentai.org)
- [WhatAnime](https://trace.moe)
- [Baidu](https://graph.baidu.com/)

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

此外，还有使用体验更好的 Telegram 移植版： [YetAnotherPicSearch4Telegram](https://github.com/NekoAria/YetAnotherPicSearch4Telegram)

## 文档目录

- [使用教程](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)
- [nonebot2](https://github.com/nonebot/nonebot2)
- [go-cqhttp](https://github.com/Mrs4s/go-cqhttp)

## Star History

[![Star History](https://starchart.cc/NekoAria/YetAnotherPicSearch.svg)](https://starchart.cc/NekoAria/YetAnotherPicSearch)
