🐱 a small & simple & easy to hack on kitty robot for matrix 🐱
Go to file
reese sapphire 08d36189a0 allow implicit single die in roll command 2022-09-10 20:49:03 -05:00
scripts STUFF 2022-09-09 23:38:02 -05:00
.gitignore NEKOBOT ONLINE 2022-09-09 21:27:42 -05:00
README.md 🐱 2022-09-10 02:40:27 +00:00
go.mod in the beginning there was neko 2022-09-09 16:03:21 -05:00
go.sum in the beginning there was neko 2022-09-09 16:03:21 -05:00
main.go allow implicit single die in roll command 2022-09-10 20:49:03 -05:00

README.md

🐱 nekobot

a humble kitty roboto

how to develop

# this starts nekobot in local dev mode
go run main.go

connect it to matrix

first, set up proper variables for nekobot:

# use whatever user you want! can even be from different homeserver
# token can be found in element at settings -> help -> advanced -> token
# room IDs can be found under settings -> advanced -> internal room id
export NEKO_MATRIX_URL="https://matrix.cyberia.club"
export NEKO_MATRIX_USER="@yourbot:cyberia.club"
export NEKO_MATRIX_TOKEN="yourbots-token"
export NEKO_MATRIX_ROOM="!WAoLCYOOyceAxMaFYU:cyberia.club"

then, start the bot:

go run main.go