Class Eiyuu

Hierarchy

  • Eiyuu

Constructors

  • Eiyuu

    Parameters

    • Optional useragent: string

      custom useragent

    • Optional followRedirects: boolean

      enable HTTP redirect following

    Returns Eiyuu

Properties

danbooruURL: string
followRedirects: boolean
gelbooruURL: string
hypnohubURL: string
konachanURL: string
lolibooruURL: string
realbooruURL: string
rule34URL: string
safebooruURL: string
searchElements: string
searchSortings: string
searchSortingsMoebooruBased: string
tbibURL: string
useragent: string
xbooruURL: string
yandereURL: string

Methods

  • Search arbitrary query on konachan.

    Example

    search.konachan("amber").then(res => { console.log(res); });
    

    https://konachan.com/tag?name=

    Parameters

    • query: string

      The query to search.

    Returns Promise<string[]>

  • Search arbitrary query on lolibooru.

    Example

    search.lolibooru("kanna").then(res => { console.log(res); });
    

    https://lolibooru.moe/tag?name=

    Parameters

    • query: string

      The query to search.

    Returns Promise<string[]>

  • Search arbitrary query on yandere.

    Example

    search.yandere("eula").then(res => { console.log(res); });
    

    https://yande.re/tag?name=

    Parameters

    • query: string

      The query to search.

    Returns Promise<string[]>

Generated using TypeDoc