Am I using pyWhat incorrectly? #94
Unanswered
fleetofthought
asked this question in
Issues / Q&A
Replies: 1 comment 7 replies
-
Please try running pywhat on fixtures/file file (https://github.com/bee-san/pyWhat/blob/main/fixtures/file). Do you still get no output? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey! I came across PyWhat on HN -- it looks super cool and I was excited to use it! I installed it on Debian Buster system via command "pip3 install pywhat && pywhat --help" and the install went smoothly.
I'm using it as shown in the README (what /path/to/file/) but I can only get it to work on email addresses, URLs, IP addresses, and smart contract addresses.
When I try to run it on any directories or files present on my system, no matter which sort of file I try to get pyWhat to examine, the only output I receive is "Nothing found!"
Some of the different file/path formats I've tried, unsuccessfully, to run pyWhat on:
In all these cases (including trying to use "pywhat" or "python3 -m PyWhat" instead of "what" to examine these files) the only response I receive is "Nothing found!".
Am I using it incorrectly or missing something super obvious??
PyWhat seems super cool, would love to get this working.
Any advice would be much appreciated! :)
Beta Was this translation helpful? Give feedback.
All reactions