forked from cyberia/nekobot
🐱 a small & simple & easy to hack on kitty robot for matrix 🐱
scripts | ||
.gitignore | ||
go.mod | ||
go.sum | ||
main.go | ||
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