IqdbApi icon indicating copy to clipboard operation
IqdbApi copied to clipboard

Library for searching anime picture sources on iqdb.org.

Iqdb Api Library

AppVeyor NuGet MyGet Pre Release license

C# library for searching images on iqdb.org

Usage

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:

Install-Package IqdbApi

TODO:

  • search more
  • ignore colors
  • preventing bans