Skip to content

Generates GIFs based on Tom Scott's Banhammer

License

Notifications You must be signed in to change notification settings

nerdcubed/banhammer-server

Repository files navigation

Banhammer Server

Exposes an HTTP API for generating GIFs based on Tom Scott's Banhammer

Example Banhammer GIF

Deploying

GitHub Actions builds Docker images automatically. These can be found in this repo's Container Registry.

There are additional images for systems that support AVX2 and SSE4 which use an alternative image processing system to speed up generation.

Usage

Simply send a GET request to /:text where :text is the text you want displayed in the GIF. The resulting GIF will be returned and cached for at least 20 minutes.

Renderer

The underlying renderer for the Banhammer GIFs is located at DerpyChap/banhammer.