Skip to content

valandi/WordleAutomator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordleAutomator

WordleAutomator is an application that automates a game of Wordle (https://www.powerlanguage.co.uk/wordle/) using Puppeteer.

Installation

git clone https://github.com/valandi/WordleAutomator.git
cd WordleAutomator/
npm install
npm start

Usage

Use the config.js file to:

  1. Change the algorithm used
  2. Choose headful or headless automation
  3. Choose a starting word for relevant algorithms

Make your own algorithm

Copy code from AlgorithmTemplate.js into a new file and code your own logic!

Disclaimer

Algorithms aren't currently optimal. Working on a more optimal algorithm. This is for fun.

License

MIT

About

Wordle Automator built using Puppeteer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published