A simple solver for wordle puzzle game.
Game | Format |
---|---|
x character solved
x+ character is in the word
x- character is NOT in the word
new start new game
exit close program
characters should be delimeted with space:
a i- e t+ r+
install uv
$ git clone https://github.com/oriontvv/wordle-solver
$ cd wordle-solver
$ uv sync
telegram bot
$ echo "TELEGRAM_TOKEN=### YOUR_TOKEN_HERE ###" > .env
$ uv run src/main.py --lang ru --bot
$ uv run src/main.py --lang en