william42 / calissons

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%