SkillAgentSearch skills...

IqdbApi

Library for searching anime picture sources on iqdb.org.

Install / Use

/learn @ImoutoChan/IqdbApi
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars16
CategoryDevelopment
Updated3mo ago
Forks1

Languages

C#

Security Score

92/100

Audited on Dec 9, 2025

No findings