MrTuxx / SocialPwned

SocialPwned is an OSINT tool that allows to get the emails, from a target, published in social networks such as Instagram, Linkedin and Twitter to find possible credentials leaks in PwnDB or Dehashed and obtain Google account information via GHunt.
GNU General Public License v3.0
1.01k stars 105 forks source link

ModuleNotFoundError: No module named 'twint' #11

Closed malashhab closed 2 years ago

malashhab commented 2 years ago

whenever i run this command python3 socialpwned.py --credentials credentials.json --instagram --target-ig mhd_alashhab --followers-ig --followings-ig --pwndb

i get his error

Traceback (most recent call last): File "/home/kali/SocialPwned/socialpwned.py", line 4, in from core.main import run File "/home/kali/SocialPwned/core/main.py", line 10, in from core import twitter File "/home/kali/SocialPwned/core/twitter.py", line 5, in from lib.TwitterAPI import Twitter File "/home/kali/SocialPwned/lib/TwitterAPI/Twitter.py", line 4, in import twint ModuleNotFoundError: No module named 'twint'

MrTuxx commented 2 years ago

pip3 uninstall twint pip3 install --user --upgrade git+https://github.com/twintproject/twint.git@origin/master#egg=twint