Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 259 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 259 Bytes

Solver for NYT Letterboxed puzzle as a telegram bot

TELEGRAM_API_TOKEN must be present in the enviroment or .env file.

To run, use poetry.

poetry run python main.py

Or better yet - docker

docker compose build
docker compose up -d