PowerShell equivalent of https://github.com/lalitha2019/text-processing-with-unix/blob/main/get-wordle-answers-from-web
Files: -Code getWordleAnswers.ps1
intermediate / output files
- t.html - html file from the url
- finally.html - intermediate output - the answers part of html file
- answers1.txt - intermediate output - the answers part above, formatted into neat key, value pairs (and a few additional lines which are easy to clean up, if needed) answers are enclosed in double quotes
- answers2.txt - intermediate output - same as above, except that the quotes enclosing the answers are removed
- answersOnly.txt - final output - only the answers - can be used as input for https://github.com/lalitha2019/wordle-analysis