A bot that plays wordle in a Chrome browser.
video.mp4
Install node
.
npx wordle-buddy
There are a few environment variables that can be set to change the behaviour of the bot.
The word to start the wordle with.
Otherwise starts with stare
.
START_WORD=house npm run play
The number of days to look back or forwards to play other wordles.
To play yesterday's wordle, run:
DAYS=-1 npx wordle-buddy
If set to 1
, will copy the stats to your clipboard after the game is done.
Example:
Wordle 211 4/6
🟨🟩⬜⬜🟨
🟩🟩🟩⬜⬜
🟩🟩🟩⬜⬜
🟩🟩🟩🟩🟩
If set to 1
, the bot will record a video of its attempt to try to solve the wordle.