1
0
bot/README.md

29 lines
264 B
Markdown
Raw Normal View History

2023-10-20 14:30:09 +00:00
## ai `bot`
2023-10-20 14:33:38 +00:00
<img src="./icon/avatar.png" width="100">
2024-02-07 01:55:31 +00:00
```sh
$ ai
```
2023-10-20 14:30:09 +00:00
```sh
$ cargo build
2023-10-20 14:33:38 +00:00
$ ./target/debug/ai ai -t
2023-10-20 14:30:09 +00:00
```
2024-02-07 01:55:31 +00:00
### login
```sh
# ai t $handle -p $password
$ ai t yui.syui.ai -p password
$ cat ~/.config/ai/token.toml
```
### refresh
```
$ ai r
```