fluxpoint.paths.images

Module Contents

Classes

Images

Images Api endpoints documented in https://bluedocs.page/fluxpoint-api/images

class fluxpoint.paths.images.Images(api_token)[source]

Bases: fluxpoint.http.BaseHTTP

Images Api endpoints documented in https://bluedocs.page/fluxpoint-api/images

Parameters:

api_token (str) –

__str__(self)[source]

Return str(self).

Return type:

str

await neko(self)[source]

Returns a random image of nekos

Returns:

Url of the image

Return type:

Union[yarl.URL , str]

await maid(self)[source]

Returns a random image of maids

Returns:

Url of the image

Return type:

Union[yarl.URL , str]

await nekopara(self)[source]

Returns a random image from nekopara

Returns:

Url of the image

Return type:

Union[yarl.URL , str]

await azurlane(self)[source]

Returns a random image from azurlane

Returns:

Url of the image

Return type:

Union[yarl.URL , str]

await senko(self)[source]

Returns a random image from senko

Returns:

Url of the image

Return type:

Union[yarl.URL , str]

await ddlc(self)[source]

Returns a random image from Doki Doki Literature Club

Returns:

Url of the image

Return type:

Union[yarl.URL , str]

await wallpaper(self)[source]

Returns a random wallpaper image

Returns:

Url of the image

Return type:

Union[yarl.URL , str]

await anime(self)[source]

Returns a random anime image

Returns:

Url of the image

Return type:

Union[yarl.URL , str]

await meme(self)[source]

Returns a random meme

Returns:

Url of the image

Return type:

Union[yarl.URL , str]

await nou(self)[source]

Returns a random No U image

Returns:

Url of the image

Return type:

Union[yarl.URL , str]

await pog(self)[source]

Returns a random pog meme image

Returns:

Url of the image

Return type:

Union[yarl.URL , str]

await cat(self)[source]

Returns a random cat image

Returns:

Url of the image

Return type:

Union[yarl.URL , str]

await dog(self)[source]

Returns a random dog image

Returns:

Url of the image

Return type:

Union[yarl.URL , str]

await lizard(self)[source]

Returns a random lizard image

Returns:

Url of the image

Return type:

Union[yarl.URL , str]