This wordle solver requires no human interaction; it will automatically detect the board and input the guesses. Follow the instructions below.
If you are interested, I also made an automatic spelling bee solver; check my repos.
Paste the entire paste.js
into your browser console. You can open the console by pressing F12
.
Note: This script is only guaranteed to work on nytimes.com and wordleunlimited.org
- Everything is automatic
- 99% win rate with most guesses on 4 or less, you can prob improve this by using a wordle specific dictionary
This script fetches the dictionary from a popular repo: https://raw.githubusercontent.com/words/an-array-of-english-words/refs/heads/master/index.json
I have no control over this repo, and you should always check if it contains the actual word list file
- Always start with crane
- always guess the word that matches the feedback with the most uniqueness and popularity
- type the answer
- repeat
MIT License