2021-02-25 21:20:09 +01:00
2021-02-25 21:20:01 +01:00
2021-02-25 21:20:09 +01:00
2021-02-23 17:39:18 +01:00
2021-02-25 21:20:09 +01:00
2021-02-23 17:39:18 +01:00
2021-02-23 17:39:18 +01:00
2021-02-25 21:20:01 +01:00
2021-02-25 21:20:09 +01:00

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

Description
Un bot de Matrix para aprender español
Readme
Languages
Go 96.6%
Dockerfile 3.4%