2023-10-20 14:30:09 +00:00
|
|
|
## ai `bot`
|
|
|
|
|
2023-10-20 14:31:16 +00:00
|
|
|
<img src="./icon/avatar.png" width="100">
|
|
|
|
|
|
|
|
- name : ai bot
|
|
|
|
- base : [rust](https://www.rust-lang.org)
|
|
|
|
- host : [yui.syui.ai](https://bsky.app/profile/yui.syui.ai), [ai.syu.is](https://web.syu.is/profile/ai.syu.is)
|
|
|
|
|
|
|
|
```sh
|
|
|
|
$ ai
|
|
|
|
```
|
|
|
|
|
|
|
|
### logo
|
|
|
|
|
2023-10-20 14:30:09 +00:00
|
|
|
```sh
|
|
|
|
$ cargo build
|
2023-10-20 14:31:16 +00:00
|
|
|
$ ./target/debug/ai ai
|
|
|
|
```
|
|
|
|
|
|
|
|
```sh
|
|
|
|
$ ai ai -t avatar
|
|
|
|
```
|
|
|
|
|
|
|
|
### login
|
|
|
|
|
|
|
|
```sh
|
|
|
|
# ai login $handle -p $password
|
|
|
|
$ ai l yui.syui.ai -p password
|
|
|
|
|
|
|
|
$ cat ~/.config/ai/token.toml
|
|
|
|
```
|
|
|
|
|
|
|
|
```sh
|
|
|
|
# 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](https://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](https://huggingface.co/docs/diffusers/index) |
|
|
|
|
|@yui.syui.ai sh(admin)|{command}|mention, reply| [archlinux](https://wiki.archlinux.org/title/Systemd-nspawn) |
|
|
|
|
|
|
|
|
### test
|
|
|
|
|
|
|
|
`zsh`
|
|
|
|
|
|
|
|
```sh
|
|
|
|
$ ./test/ai.zsh t
|
|
|
|
```
|
|
|
|
|
|
|
|
### make
|
|
|
|
|
|
|
|
```sh
|
|
|
|
$ cargo install --force cargo-make
|
|
|
|
$ cargo make build
|
|
|
|
```
|
|
|
|
|