Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aaronpk/meme-api

An API and TikTokBot integration that implements a !meme command to generate a meme image
https://github.com/aaronpk/meme-api

irc meme slack tiktokbot

Last synced: 12 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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](api/memes.json), and memes will be created without explicitly using the !meme command.

Feel free to add new meme templates to the config!