WordleAutomator is an application that automates a game of Wordle (https://www.powerlanguage.co.uk/wordle/) using Puppeteer.
git clone https://github.com/valandi/WordleAutomator.git
cd WordleAutomator/
npm install
npm start
Use the config.js
file to:
- Change the algorithm used
- Choose headful or headless automation
- Choose a starting word for relevant algorithms
Copy code from AlgorithmTemplate.js into a new file and code your own logic!
Algorithms aren't currently optimal. Working on a more optimal algorithm. This is for fun.