Skip to content

smirea/wordle-bot

Repository files navigation

Wordle Helper

A Tampermonkey script that gives you Wordle hints

Demo

Screen.Recording.2022-01-29.at.12.59.37.PM.mov

Install

  1. Install Tampermonkey on Chrome (it should also work with Greasemonkey on Firefox, but it's not tested)
  2. Import the script file from ./dist/wordle.userscript.js
  3. Go to Wordle and you should see the bo t in the top right corner

Development

  1. Install node modules via yarn install or npm install
  2. Run yarn watch (or yarn build to only build once)
  3. Load the development userscript into Tampermonkey from ./dist/wordle.userscript.local.js