https://github.com/imoutochan/iqdbapi
Library for searching anime picture sources on iqdb.org.
https://github.com/imoutochan/iqdbapi
anime csharp dotnet image-search iqdb library
Last synced: about 1 year ago
JSON representation
Library for searching anime picture sources on iqdb.org.
- Host: GitHub
- URL: https://github.com/imoutochan/iqdbapi
- Owner: ImoutoChan
- License: mit
- Created: 2017-05-07T13:48:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-07-29T15:32:16.000Z (almost 4 years ago)
- Last Synced: 2024-10-08T16:44:44.062Z (over 1 year ago)
- Topics: anime, csharp, dotnet, image-search, iqdb, library
- Language: C#
- Homepage:
- Size: 14.6 MB
- Stars: 19
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Iqdb Api Library
[](https://ci.appveyor.com/project/ImoutoChan/iqdbapi)
[](https://www.nuget.org/packages/IqdbApi/)
[](https://www.myget.org/feed/imoutochan/package/nuget/IqdbApi)
[](https://github.com/ImoutoChan/IqdbApi)
C# library for searching images on [iqdb.org](https://iqdb.org)
## Usage
```C#
static async void Run()
{
IIqdbClient api = new IqdbClient();
using (var fs = new FileStream("imageToSearch.jpg", FileMode.Open))
{
var searchResults = await api.SearchFile(fs);
}
var results = await api.SearchUrl("https://cs541604.userapi.com/c836722/v836722677/342ba/JKnecCszdCM.jpg");
}
```
## Installation
Install as [NuGet package](https://www.nuget.org/packages/IqdbApi/):
```powershell
Install-Package IqdbApi
```
## TODO:
* search more
* ignore colors
* preventing bans