Skip to content

Latest commit

 

History

65 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Library for searching anime picture sources on iqdb.org.

Topics

Resources

Stars

16 stars

Watchers

2 watching

Forks

Used by

Contributors

Languages