ruslandoga / sentence-mining

https://words.copycat.fun/啓く
1 stars 0 forks source link

telegram bot for english sentence mining:

also a website with kanji dict cards and basic sentence segmentation

Usage

$ git clone https://github.com/ruslandoga/sentence-mining
$ docker build ./sentence-mining -t sentence-mining
$ docker run -d \
  --name sentence-mining \
  --restart unless-stopped \
  -e TG_BOT_KEY=... \
  -e BACKBLAZE_ACCESS_KEY_ID=... \
  -e BACKBLAZE_BUCKET_NAME=... \
  -e BACKBLAZE_SECRET_ACCESS_KEY=... \
  -e SENTRY_DSN=... \
  -e SECRET_KEY_BASE=... \
  -e PHX_HOST=... \
  -e PHX_SERVER=true \
  -e PORT=9000 \
  -p 9000:9000 \
  -v sentence_mining_data:/data \
  sentence-mining