A (soon-to-be) extremely overengineered banner generator for TeamSpeak 3
Uses Haskell and Scotty, for now.
To compile,
$ git clone git@github.com:taktoa/TSBannerGen.git
$ cabal sandbox init
$ cabal install --only-dependencies
$ cabal build
To run, just run the resultant TSBannerGen binary
Right now the codebase is so unstable that I don't feel comfortable giving much more documentation.