BullsEye0 / twitter-eye

Twitter Eye is a Twitter Information Gathering Tool With Twitter Eye, you can search with various keywords and usernames on Twitter. Then the data you get is saved in a .csv file. Author: Jolanda de Koff
GNU General Public License v3.0
43 stars 6 forks source link

ImportError: No module named 'twint' #1

Open universityofkalilinux opened 2 years ago

universityofkalilinux commented 2 years ago

┌──(kali㉿Kali)-[~/Desktop/twitter-eye-main] └─$ python3 twitter-eye.py 1 ⨯

Traceback (most recent call last): File "twitter-eye.py", line 28, in import twint ImportError: No module named 'twint'

BullsEye0 commented 2 years ago

pip3 install twint If pip is not installed: sudo install python3-pip

NoahSivinski commented 2 years ago

I am getting the same error. I have installed pip with python3 and have installed twint, but am still getting "ImportError: No module named 'twint'".