This telegram single-user bot helps you to memorize words using Anki.
- git clone git@github.com:andreygaag/anki_memory.git
- cp env_example .env
- replace the values in .env with your own
- Configure the database environment variables.
- Create Telegram bot and get the token.
- Set TELEGRAM_ADMIN_ID to your Telegram ID, run without it environment variable if you don't know it.
- docker-compose up (use tmux or up -d to run in background)