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
- Host: GitHub
- URL: https://github.com/ornaras/woordle
- Owner: ornaras
- License: mit
- Created: 2024-01-01T15:44:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T19:15:15.000Z (almost 2 years ago)
- Last Synced: 2025-03-23T04:26:16.270Z (9 months ago)
- Topics: aiogram, telegram-bot, wordle, wordle-game
- Language: Python
- Homepage: https://t.me/PlayWoordleBot
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Woordle
**About the project:** The port of the Wordle game in Telegram
**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
```