Skip to content

An API and TikTokBot integration that implements a !meme command to generate a meme image

Notifications You must be signed in to change notification settings

aaronpk/Meme-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Meme API

An API and TikTokBot integration that implements a !meme command to generate a meme image

Usage

You can explicitly invoke the meme generator from Slack or IRC by saying !meme ...

The top text is the message before the first '.' is encountered. Unless there is no '.', then all of the text is put on the bottom of the image. You can also explicitly set the top and bottom text by separating with |.

The default image is the Aliens guy if no image is specified:

You can override the default image by putting an image url or search term after the message surrounded by [].

Examples

!meme I don't always test my code. | But when I do, I do it in production [http://meme.loqi.me/img/most_interesting.jpg]

!meme Top | Bottom [http://meme.loqi.me/img/most_interesting.jpg]

!meme Top | Bottom [largest bunny]

Auto-detecting memes

Certain sentences will be auto-matched according to the regexes in memes.json, and memes will be created without explicitly using the !meme command.

Feel free to add new meme templates to the config!

About

An API and TikTokBot integration that implements a !meme command to generate a meme image

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages