pwnedOrNot
pwnedOrNot copied to clipboard
Problem when execute command
Hi everyone.
It is my first time using pwnedornot. I installed in termux - noon rooted Android and when i use
python3 pwnedornot.py
I get the following message
Traceback (most recent call last): File "/data/data/com.termux/files/home/pwnedOrNot/pwnedornot.py", line 55, in <module>
from html2text import html2text ModuleNotFoundError: No module named 'html2text'
How can I fix it?
Thank you

@LFreitas88 try : pip3 install html2text
@thewhiteh4t Confirming this works. However you should include this as part of the Dockerfile as well.