Skip to content

A bot with selenium and python that plays a (greek) Wordle game.

License

Notifications You must be signed in to change notification settings

asmioglou/wordle_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This mini project is inspired by dspinellis word game

Makes use of Regular Expressions and Selenium with Python. So, in order to use it, one should install Selenium and include Selenium Webdriver in an appopriate directory. I used geckodriver and so, I included it in the repo but should one want to use another browser, the relevant webdriver file should be included.

Also, the revelant directory should be included in user's PATH variable. This is normally done on Linux Systems with:

export PATH=$PATH:/path/to/directory 

Further details on Selenium can be found on Selenium website or Selenium Github.

Demonstration

Here is a video that shows an example Game Play.

  1. User executes the wordle script which opens a Firefox browser
  2. Browser visits the relevant webpage
  3. Closes the initial modal
  4. Proceeds to pay the game according to the rules

The bot tries to guess the word in 5 games, effectively leaving a last one for the user-human.

Wordle game

About

A bot with selenium and python that plays a (greek) Wordle game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages