Setup:
-
Install Python requirements using
pip install -r requirements.txt. -
Download database and hints from here, here and here, and put them in the main dictionary.
-
Run
python semantle.py --auth_token {AUTH_TOKEN}for the web server. Replacing{AUTH_TOKEN}with the authorization token from NeuralSpace.
black . to reformat all Python files