1
0
Go to file
2024-02-11 13:40:41 +09:00
.config v0.1 2024-02-11 00:50:43 +09:00
icon v0.1 2024-02-11 00:50:43 +09:00
scpt v0.1 2024-02-11 00:50:43 +09:00
src mv bot.rs 2024-02-11 13:40:41 +09:00
.gitignore v0.1 2024-02-11 00:50:43 +09:00
ai.zsh v0.1 2024-02-11 00:50:43 +09:00
Cargo.toml v0.1 2024-02-11 00:50:43 +09:00
Dockerfile v0.1 2024-02-11 00:50:43 +09:00
README.md v0.1 2024-02-11 00:50:43 +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 type body
@yui.syui.ai did mention, reply plc.directory/$did/log

test

zsh

$ ./ai.zsh t

docker

$ cp -rf ~/.config/ai ./config/
$ docker build -t syui/aios .
$ docker run -it syui/aios ai bot
---
$ docker stop `docker ps -a -q`