jomat / matrix-wordle

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

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

License:GNU General Public License v3.0


Languages

Language:Python 100.0%