A simple solver for wordle puzzle game.
Format | Game |
---|---|
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+
$ git clone https://github.com/oriontvv/wordle-solver
$ cd wordle-solver
$ python -m pip install -U poetry setuptools && poetry install
telegram bot
$ echo "TELEGRAM_TOKEN=### YOUR_TOKEN_HERE ###" > .env
$ python src/main.py --lang ru --bot
$ python src/main.py --lang en