blob: 8a308830fce8b93f124a76497c8161a56e02d426 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
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
|