1
0
Go to file
2024-02-21 19:22:37 +09:00
.config v0.1 2024-02-21 19:22:37 +09:00
docs v0.1 2024-02-21 19:22:37 +09:00
icon v0.1 2024-02-21 19:22:37 +09:00
src v0.1 2024-02-21 19:22:37 +09:00
test v0.1 2024-02-21 19:22:37 +09:00
.gitignore v0.1 2024-02-21 19:22:37 +09:00
Cargo.toml v0.1 2024-02-21 19:22:37 +09:00
compose.yml v0.1 2024-02-21 19:22:37 +09:00
Dockerfile v0.1 2024-02-21 19:22:37 +09:00
Makefile.toml v0.1 2024-02-21 19:22:37 +09:00
README.md v0.1 2024-02-21 19:22:37 +09:00

ai bot

$ ai
$ cargo build
$ ./target/debug/ai ai
$ ai ai -t avatar

login

# ai login $handle -p $password
$ ai l yui.syui.ai -p password

$ cat ~/.config/ai/token.toml
# ai l $handle -p $password -s $server
$ ai l ai.syu.is -p password -s syu.is

refresh

$ ai r

notify

$ ai n
$ ai n | jq .

bot

$ ai bot
command sub type body
@yui.syui.ai did mention, reply plc.directory/$did/log
@yui.syui.ai card r, s, b mention, reply https://card.syui.ai
@yui.syui.ai ten start, d, p mention, reply https://card.syui.ai
@yui.syui.ai fav {cid} mention, reply https://card.syui.ai
@yui.syui.ai egg {password} mention, reply https://card.syui.ai
@yui.syui.ai 占い mention, reply https://yui.syui.ai
@yui.syui.ai nyan 🍰 mention, reply https://yui.syui.ai
@yui.syui.ai diffusers {keyword} mention, reply diffusers
@yui.syui.ai sh(admin) {command} mention, reply archlinux

test

zsh

$ ./test/ai.zsh t

make

$ cargo install --force cargo-make
$ cargo make build