Images

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

Get a random Image from a Tag

ksoft.images.random(tag, options);

Parameter

Type

tag

String

options.nsfw

Boolean

Get Tags

ksoft.images.tags();

Get Image by ID

ksoft.images.image(id);

Parameter

Type

id

String

Get a random Meme

ksoft.images.meme();

Get a random WikiHow Article

ksoft.images.wikihow();

Get a cute picture

ksoft.images.aww();

Get an NSFW picture

ksoft.images.nsfw();

Get an image from a subreddit

ksoft.images.reddit(subreddit, options);

Parameter

Type

subreddit

String

options.span

String: "hour" | "day" | "week" | "month" | "year" | "all"

options.removeNSFW

Boolean

Last updated