Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Configuration

The following content should be edited and saved to fuuka-bot.toml as you want.

# Admin user. (Optional)
admin-user = "@example:example.org"

[command]
# The command prefix.
prefix = "%%"

[matrix]
# Homeserver URL.
homeserver = "https://matrix.example.com"

# Service URLs.
[services]
# Hitokoto API.
hitokoto = "https://v1.hitokoto.cn"

[pixiv]
enabled = false
r18 = false
token = "????????_XXXXXXXXXXXXXXXXXXXX"

[[pixiv.traps]]
rooms = ["!XXXXXXXXXXX:example.org"]
required-tags = []
target = ""

[[pixiv.traps]]
required-tags = []
target = ""

[[features]]
room = ""
jerryxiao = true
fortune = false
pixiv = false
pixiv-r18 = false

[stickers]
send-to = "!XXXXXXXXXXX:example.org"

[nixpkgs-pr]
token = ""

Logging in

Run the bot, the bot should auto ask your credentials, note that It is required for the homeserver to enable user/password login!