An open API service indexing awesome lists of open source software.

https://github.com/ornaras/woordle

The port of the Wordle game in Telegram
https://github.com/ornaras/woordle

aiogram telegram-bot wordle wordle-game

Last synced: 8 months ago
JSON representation

The port of the Wordle game in Telegram

Awesome Lists containing this project

README

          

# Woordle
**About the project:** The port of the Wordle game in Telegram


Demo Bot: Woordle

**Technology stack**
* *Bot API*: aiogram
* *Container*: Docker
* *XML Toolkit*: lxml

# Build image
```sh
git clone https://github.com/ornarasus/Woordle.git
cd Woordle
docker build --tag ornarasus/woordle .
```
# Pull image
```sh
docker pull ornarasus/woordle
```
# Run container
```sh
docker run -e TOKEN={Token Bot Api} -e COUNT_LETTERS={5-6} -e COUNT_ATTEMPTS={4-12} -d ornarasus/woordle
```