What Went Wrong is a Linux tool that helps you get online assistance right from the terminal
git clone <www_repo_link>
pip install -r requirements.txt
* ./www.sh (no arguments)
* ./www.sh --q <query to search>
* ./www.sh <command to run>
* ./www.sh --h (for help)
When running the tool with a given command the tool parses the command and the error message (from stderr) and runs a search
Currently we support only StackOverFlow, adding support to new website can be done using implementation to Parser class