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)await ksoft.images.random_image('hug', False)Get a list of Tags
await ksoft.images.tags()Success: Returns a TagCollection
Get Image by ID
await ksoft.images.get_image(snowflake)await ksoft.images.get_image('i-145ns2xv-32')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
await ksoft.images.random_reddit('dankmemes', True, 'week')Last updated
Was this helpful?