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

ImportError: No module named requests_toolbelt #12

Closed Popzindawood closed 2 years ago

Popzindawood commented 2 years ago

Hi,

I got this issue when I launch : python socialpwned.py

Traceback (most recent call last): File "socialpwned.py", line 4, in from core.main import run File "/home/blakibali/Bureau/SocialPwned/core/main.py", line 4, in from lib.InstagramAPI import InstagramAPI File "/home/blakibali/Bureau/SocialPwned/lib/InstagramAPI/init.py", line 1, in from .InstagramAPI import * File "/home/blakibali/Bureau/SocialPwned/lib/InstagramAPI/InstagramAPI.py", line 18, in from requests_toolbelt import MultipartEncoder ImportError: No module named requests_toolbelt

So the application doesn't work du to this message.

Hope u answer me

Regards,

MrTuxx commented 2 years ago

Try this:

pip3 install requests_toolbelt

Popzindawood commented 2 years ago

Ok i try with python3 and return it to me as twint. So I did what u said in the twint topic and it works.

Thanks you