> kubectl describe project borik
Name: Borik
Summary: An image manipulation focused Discord bot.

> kubectl get services -n borik
NAME
   
URL
                              

GitHub
 
https://github.com/fogo-sh/borik
 


> kubectl get project borik --output=markdown

About

Borik is a Discord bot that implements a wide variety of image manipulation features, designed primarily to distort & corrupt images. It is a collaborative project between Jack Harrhy & I, designed to replace two competing bots we had both built to accomplish the same goal.

All image manipulation is handled by leveraging ImageMagick (via the gographics/imagick package for Go). Command parsing & dispatch is handled by parsley, which was initially built as the integrated command parser for this bot, before finally being split out into it’s own library.