/matrix-wordle

An implementation of the popular Wordle game for the Matrix Protocol.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

matrix-wordle

An implementation of the popular Wordle game for the Matrix Protocol.

Made with

Setup

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

Usage:

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

Example: