a bot that can solve the newyorktimes spellingbee
As of now this script needs to be run from a Unix terminal.
0) clone this repo to your computer git clone https://github.com/brianSalk/spelling-bee-solver.git
1) change into the new directory cd spelling_bee_solver
2) run the command, optional arg is browser (firefox is default) python solve.py [chrome|firefox]
As of now, I have only tested this with firefox. Please test with other browsers and either open an issue or a pull request.
Perhaps there could be an option to only list the words so it does not solve the entire thing for you, just suggests a next word.