45 lines
		
	
	
		
			432 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			432 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
## ai `bot`
 | 
						|
 | 
						|
<img src="./icon/avatar.png" width="100">
 | 
						|
 | 
						|
```sh
 | 
						|
$ ai
 | 
						|
```
 | 
						|
 | 
						|
```sh
 | 
						|
$ cargo build
 | 
						|
$ ./target/debug/ai ai -t
 | 
						|
```
 | 
						|
 | 
						|
### login
 | 
						|
 | 
						|
```sh
 | 
						|
# ai token $handle -p $password
 | 
						|
$ ai t yui.syui.ai -p password
 | 
						|
 | 
						|
$ cat ~/.config/ai/token.toml
 | 
						|
```
 | 
						|
 | 
						|
```sh
 | 
						|
# ai token $handle -p $password -s $server
 | 
						|
$ ai t ai.syu.is -p password -s syu.is
 | 
						|
```
 | 
						|
 | 
						|
### refresh
 | 
						|
 | 
						|
```
 | 
						|
$ ai r
 | 
						|
```
 | 
						|
 | 
						|
```
 | 
						|
# server: syu.is
 | 
						|
$ ai r -s syu.is
 | 
						|
```
 | 
						|
 | 
						|
### notify
 | 
						|
 | 
						|
```
 | 
						|
$ ai n
 | 
						|
```
 | 
						|
 |