-
Notifications
You must be signed in to change notification settings - Fork 79
Description
I had a hard time to get it running, as the script is no longer maintained. So I am summing up my journey here, as I had to dig into quite some issues - so yes, technically this is not really a real issue, but the author might want to update the script (i.e. accept one of the forks) and the documentation to improve it.
The original script will not run (at least not in that form).
After installing Python via homebrew (brew install python3) you also need to install two modules:
requestandfake-useragent
There is a good StackOverflow issue that covers the problems you might encounter. Long story short:
python3 -m venv path/to/venv
source path/to/venv/bin/activate
python3 -m pip install requests
python3 -m pip install fake-useragent
Then use the script in the fork from kerunaru https://github.com/obskyr/khinsider/blob/cc1bdc1807fba5d282fe8c6e3cfc10141c26865d/khinsider.py instead of the original and you got it working.