Un bot de Matrix para aprender español
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Rob Watson 36c75a3a0f Add Dockerfile 2 years ago
internal fixes for deployment 2 years ago
.dockerignore Add Dockerfile 2 years ago
.gitignore Add bot boilerplate 2 years ago
Dockerfile Add Dockerfile 2 years ago
README.md Add Dockerfile 2 years ago
go.mod Add bot boilerplate 2 years ago
go.sum Add bot boilerplate 2 years ago
main.go fixes for deployment 2 years ago

README.md

esbot

Build

docker build -t esbot .
docker save esbot | bzip2 | pv | ssh servername 'bunzip2 | docker load'

Usage

INSECURE_TLS=no \
  BASE_URL=https://matrix.server.com \
  LISTEN_ADDR=0.0.0.0:8888 \
  ACCESS_TOKEN=hackme \
  VERBS_FILE=verbs.csv \
  MATRIX_USER=@esbot:server.com \
  go run .

Licence

MIT