martinvigo / email2phonenumber

A OSINT tool to obtain a target's phone number just by having his email address
https://www.martinvigo.com/email2phonenumber
MIT License
2.18k stars 262 forks source link

Wrong dependencies #1

Closed tainmar closed 5 years ago

tainmar commented 5 years ago

Hi, I think you should install BeautifulSoup4 instead of BeautifulSoup. pip install BeautifulSoup4 requests should therefore be specified in the docs.

NTgitdude23 commented 5 years ago

Even installing BeautifulSoup4, im still getting the error of the package soupsieve not being installed yet i have manually installed it. ??

tonynotears commented 5 years ago

Even installing BeautifulSoup4, im still getting the error of the package soupsieve not being installed yet i have manually installed it. ??

use python3 and try?

martinvigo commented 5 years ago

@tainmar thanks for reporting the issue. I just fixed the README. Also note that the script was developed for Python 2.x