The source code for the Mastodon bot randomtrees@botsin.space
Haskell
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
app
src
test
.gitignore
ChangeLog.md
LICENSE
README.md
Setup.hs
package.yaml
stack.yaml

README.md

treebot

This is the source code behind the Mastodon bot randomtrees@botsin.space. The configuration file at ~/.treebot 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"}