Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 277 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 277 Bytes

misskey twins bot

install

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