An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Iqdb Api Library

[![AppVeyor](https://img.shields.io/appveyor/ci/ImoutoChan/iqdbapi.svg?style=flat-square)](https://ci.appveyor.com/project/ImoutoChan/iqdbapi)
[![NuGet](https://img.shields.io/nuget/v/IqdbApi.svg?style=flat-square)](https://www.nuget.org/packages/IqdbApi/)
[![MyGet Pre Release](https://img.shields.io/myget/imoutochan/vpre/IqdbApi.svg?style=flat-square)](https://www.myget.org/feed/imoutochan/package/nuget/IqdbApi)
[![license](https://img.shields.io/github/license/ImoutoChan/IqdbApi.svg?style=flat-square)](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