1
0
Go to file
syui 0a99de05a4
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
add bot custom feed
2024-04-13 09:14:15 +09:00
.config add bot custom feed 2024-04-13 09:14:15 +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-13 09:14:15 +09:00
docs test manga 2024-04-04 13:53:39 +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 custom feed 2024-04-13 09:14:15 +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
compose.yml 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 fix card handle 2024-03-30 02:57:38 +09:00

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

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