ETL for quordle game (4 word variant of Wordle)
This Notebook extracts, from the JavaScript source code, all the words for valid guesses and valid answers of the game and stores them on .txt
files.
The whole process is thoroughly explained and documented (I probably went a little overboard with it).
Repositories: