Open LaughingPill opened 3 years ago
Traceback (most recent call last): File "breacher.py", line 1, in import requests #module for making request to a webpage ImportError: No module named requests
halp
pip3 install requests
pip3 is for pyhton3
apt-get install python-requests ;)
Traceback (most recent call last): File "breacher.py", line 1, in
import requests #module for making request to a webpage
ImportError: No module named requests
halp