idoneam / minicrossword-bot

A Discord bot that keeps track of user-submitted scores for the NYT minicrossword in a db file.
GNU General Public License v3.0
0 stars 2 forks source link

Create AI that enters own daily scores #22

Closed mjip closed 5 years ago

mjip commented 5 years ago

Fastest way is to probably google all the clues and parse the results page for common words that could fit. Hardest part would be figuring out how to interface with the website to enter in the letters/get the score after, since it looks heavy on javascript.

mjip commented 5 years ago

https://github.com/mjip/New-York-Times-Mini-Crossword-Autosolver wip