By Ethan Rylko
I try to solve the NYT Strands with a bot. Uses Python, Selenium, and nltk for now. You need to install Selenium and nltk via pip if you haven't already.
If you do not already have the required packages, run:
pip install nltk
pip install selenium
You also need a Chrome driver so Selenium can work automatically.
https://googlechromelabs.github.io/chrome-for-testing/
I hope you already have Chrome.