- Add word input in quiz as
word/word
- Add documentation
- Add weights for quiz
- Modify quiz, send messages based on the weights
- Add
EDIT TRANSLATION
- Add
LIST TRANSLATION
- Add internal
"urban dictionary""
- Install docker & docker-compose
- Create .env file with variables:
POSTGRES_USER=postgres
POSTGRES_PASSWORD=POSTGRES_PASSWORD
POSTGRES_HOST=postgres
POSTGRES_PORT=5432
POSTGRES_DATABASE=postgres
TELEGRAM_TOKEN="your telegram bot token"
- Run
docker-compose up -d
- Interact with your bot!