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.05k stars 103 forks source link

Add module twint to the requirements #14

Closed HiitCat closed 2 years ago

HiitCat commented 2 years ago

Used in ./SocialPwned/lib/TwitterAPI/Twitter.py

'import twint'

MrTuxx commented 2 years ago

Hi!

Thank you for your PR.

But when you put "twint" in the requirements.txt file I think the installation is not done correctly or at least it generates conflicts and errors sometimes. In SocialPwned v1.0 also happened, I have the issue pined with the solution. What I have done is to update the readme adding it as an extra step and thus avoiding that more issues are generated.