An implementation of the popular Wordle game for the Matrix Protocol.
Install Python 3.8 or higher
Install python-poetry
python -m pip install poetry
Clone Repository
git clone https://github.com/KrazyKirby99999/matrix-wordle.git
Install Dependencies
cd matrix-wordle
python -m poetry install
Set environment variables
HOMESERVER=https://matrix.org
USERNAME=wordle-bot
PASSWORD=password # or ACCESS_TOKEN=syt_...
Run main.py
python -m poetry run python main.py