Images

Random hand-picked images, random memes from reddit and other reddit parsers.

Get a random image from a Tag

await ksoft.images.random_image(tag, nsfw)

Parameters

Type

tag

str

nsfw

bool

Get a list of Tags

await ksoft.images.tags()

Get Image by ID

await ksoft.images.get_image(snowflake)

Parameter

Type

snowflake

str

Get a random Meme

await ksoft.images.random_meme()

Get a random WikiHow article

await ksoft.images.random_wikihow()

Get a random cute picture

await ksoft.images.random_aww()

Get a random NSFW picture

await ksoft.images.random_nsfw()

Gets a random image from subreddit

await ksoft.images.random_reddit(subreddit, remove_nsfw, span, 

Parameter

Type

subreddit

str

remove_nsfw

bool

span

str

Last updated

Was this helpful?