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)
Get a list of Tags
await ksoft.images.tags()
Success: Returns a TagCollection
Get Image by ID
await ksoft.images.get_image(snowflake)
Get a random Meme
await ksoft.images.random_meme()
Success: Returns a RedditImage
Get a random WikiHow article
await ksoft.images.random_wikihow()
Success: Returns a WikiHowImage
Get a random cute picture
await ksoft.images.random_aww()
Success: Returns a RedditImage
Get a random NSFW picture
await ksoft.images.random_nsfw()
Success: Returns a RedditImage
Gets a random image from subreddit
await ksoft.images.random_reddit(subreddit, remove_nsfw, span,
Parameter
Type
subreddit
str
remove_nsfw
bool
span
str
Success: Returns a RedditImage
Invalid span: Raises BadArgument
Not Found: Raises NoResults
Last updated
Was this helpful?