ai/bot
ai
/
bot
1
0
Fork 0
Go to file
syui e17819aeeb
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s Details
add bot comment system
2024-04-26 22:59:01 +09:00
.config add bot comment system 2024-04-26 22:59:01 +09:00
.gitea/workflows v0.1 2024-03-05 04:09:43 +09:00
.ssh v0.1 2024-03-05 04:09:43 +09:00
at/feed-generator add bot custom feed 2024-04-22 22:30:43 +09:00
docs add bot comment system 2024-04-26 22:59:01 +09:00
icon v0.1 2024-03-05 04:09:43 +09:00
k8s v0.1 2024-03-05 04:09:43 +09:00
src add bot comment system 2024-04-26 22:59:01 +09:00
test test manga 2024-04-04 13:53:39 +09:00
.gitignore fix print 2024-03-30 02:57:37 +09:00
.gitmodules v0.1 2024-03-05 04:09:43 +09:00
Cargo.toml v0.1 2024-03-05 04:09:43 +09:00
Dockerfile v0.1 2024-03-05 04:09:43 +09:00
Makefile.toml v0.1 2024-03-05 04:09:43 +09:00
README.md add bot custom feed 2024-04-22 22:30:43 +09:00
compose.yml v0.1 2024-03-05 04:09:43 +09:00

README.md

ai bot

$ ai
$ docker run -it syui/aios ai

build

$ 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 link auth
/did mention, reply plc.directory/$did/log user
/card r, s, b mention, reply card.syui.ai user
/ten start, close, d, p mention, reply card.syui.ai user
/fav {cid} mention, reply card.syui.ai user
/egg {password} mention, reply card.syui.ai user
/nyan 🍬 mention, reply yui.syui.ai user
/diffusers {keyword} mention, reply huggingface.co/diffusers user
/sh {command} mention, reply archlinux.org admin
/占い mention, reply yui.syui.ai user
@yui.syui.ai /did

test

zsh

$ ./test/ai.zsh t

make

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

docker

.env

HANDLE=ai.syu.is
PASSWORD=xxx
HOST=syu.is
ADMIN=syui.syu.is
$ docker compose build
$ docker compose up -d