solvertools
solvertools copied to clipboard
Mystery Hunt solving tools for Metropolitan Rage Warehouse. Or anyone really.
The solvertools-data-2021.zip file referenced in the README is not actually present on the server: ``` % wget http://tools.ireproof.org/static/solvertools-data-2021.zip --2021-08-08 15:23:22-- http://tools.ireproof.org/static/solvertools-data-2021.zip Resolving tools.ireproof.org (tools.ireproof.org)... 107.23.52.168 Connecting to tools.ireproof.org (tools.ireproof.org)|107.23.52.168|:80... connected....
For example: `solvertools.search.search('(ONE|TWO)')` yields OWE and some other extraneous results.
I was wondering whether the following change would cause any issues: ```diff diff --git a/solvertools/wordlist.py b/solvertools/wordlist.py index 757abc7..f4e34b7 100644 --- a/solvertools/wordlist.py +++ b/solvertools/wordlist.py @@ -423,7 +423,7 @@ class Wordlist: return...