This is the source code behind the Mastodon bot [email protected]. The configuration file at ~/.treebot
should look something like this:
{ clientId = "a long hexadecimal string",
clientSecret = "another long hexadecimal string",
username = "[email protected]",
password = "something secure I hope",
server = "botsin.space"}