Selenium bot to automatically solve the daily wordle challenge.
- Download and install Python3.
- Clone this repo and
cd
into thewordle_solver
directory. - Run
pip install .
- Download the Selenium driver of your choice (https://selenium-python.readthedocs.io/installation.html#drivers).
- Make sure the driver location is in your PATH.
- To use the solver you should run
wordle solve
. - The default driver is set to Chrome but if you want to switch use the
--driver (-d)
flag. E.G.:wordle solve --driver Firefox
- Use
--headless
to run without GUI.
- Run
wordle test
- If you just want to check you've added the drivers correctly you can run
wordle test --just-drivers