vim config.toml
[misskey]
url = "misskey.until.tsukuba.one"
token = "{{ access token }}"
userId = "{{ userId }}" # maybe aid, aidx, objectid, or ulid format string probably
go build main
./main -config config.toml
misskey bot which posts twins' announces
vim config.toml
[misskey]
url = "misskey.until.tsukuba.one"
token = "{{ access token }}"
userId = "{{ userId }}" # maybe aid, aidx, objectid, or ulid format string probably
go build main
./main -config config.toml