Skip to content

Stasmo/wordle-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle Bot

I created this bot to compete against me in wordle. It doesn't handle words with repeated letters very well so I think I have a bit of an advantage there.

Usage

Install the dependencies with yarn install.

Make sure you have a working selenium hub with chrome at http://localhost:4444/wd/hub.

npm start

Or you can run it in a docker container.

docker-compose up -d chrome
docker-compose run app

Tests

Run the following command to run the tests.

npx mocha

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published