aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/man1/robocadey.164
1 files changed, 64 insertions, 0 deletions
diff --git a/docs/man1/robocadey.1 b/docs/man1/robocadey.1
new file mode 100644
index 0000000..8a30883
--- /dev/null
+++ b/docs/man1/robocadey.1
@@ -0,0 +1,64 @@
+.Dd April 27, 2022
+.Dt ROBOCADEY 1 URM
+
+
+.Sh NAME
+.Nm robocadey
+.Nd A markov chain bot for Mastodon that is fed on someone's Twitter data export
+
+
+.Sh SYNOPSIS
+.Nm
+
+.Op Fl -app-id
+.Op Fl -app-secret
+.Op Fl -instance
+.Op Fl -read-from
+.Op Fl -state
+.Op Fl -token
+
+.Sh DESCRIPTION
+
+.Bl -tag -width " " -offset indent -compact
+
+.It Fl -app-id
+oauth2 app id
+
+.It Fl -app-secret
+oauth2 app secret
+
+.It Fl -config
+configuration file, uses
+.Xr flagconfyg 4
+to format values.
+
+.It Fl -instance
+mastodon instance with https://
+
+.It Fl -read-from
+if set, read from this JSON file
+
+The default value for this is
+
+.It Fl -state
+The markov chain brain file. This is where all of the tweet data will be stored
+so that the bot can make "art" out of it.
+
+.It Fl -token
+oauth2 bot token
+
+.El
+
+.Sh DIAGNOSTICS
+
+.Ex -std robocadey
+
+
+.Sh SEE ALSO
+
+.Bl -bullet
+
+.It
+.Lk hyperlink: https://github.com/Xe/x/tree/master/mastodon/robocadey within.website/x/mastodon/robocadey
+
+.El