/calissons

A Mastodon bot written in Haskell that produces isometric cube patterns.

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

calissons

This is the source code behind the Mastodon bot @cubestorm@botsin.space. The configuration file at ~/.calissons should look something like this:

{ clientId = "a long hexadecimal string",
  clientSecret = "another long hexadecimal string",
  username = "email@example.org",
  password = "something secure I hope",
  server = "botsin.space"