Skip to content

Library for searching anime picture sources on iqdb.org.

License

Notifications You must be signed in to change notification settings

ImoutoChan/IqdbApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages