william42 / treebot

The source code for the Mastodon bot randomtrees@botsin.space

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"}

About

The source code for the Mastodon bot randomtrees@botsin.space

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


Languages

Language:Haskell 100.0%