This script attempts to solve todays Wordle.
Video:
To run it install jbang:
curl -Ls https://sh.jbang.dev | bash -s - app setup
And then run:
jbang main@maxandersen/wordle-solve
This will then use Playwright to interact with https://www.powerlanguage.co.uk/wordle/ and if right word is found save a screenshot of the board and copy a shareable wordle into your clipboard.
Based on the logic in https://github.com/DasBrain/playwright-wordle, but just stripped down to the bare necessities for running it with JBang.