About the project: The port of the Wordle game in Telegram
Technology stack
- Bot API: aiogram
- Container: Docker
- XML Toolkit: lxml
git clone https://github.com/ornarasus/Woordle.git
cd Woordle
docker build --tag ornarasus/woordle .
docker pull ornarasus/woordle
docker run -e TOKEN={Token Bot Api} -e COUNT_LETTERS={5-6} -e COUNT_ATTEMPTS={4-12} -d ornarasus/woordle