m8sec / CrossLinked

LinkedIn enumeration tool to extract valid employee names from an organization through search engine scraping
GNU General Public License v3.0
1.3k stars 183 forks source link

Any documentation on how to use the PyPi version of CrossLinked? (AttributeError) #34

Open anayi89 opened 11 months ago

anayi89 commented 11 months ago

I'm trying to run the PyPi version. Below is my code:

from crosslinked.search import CrossLinked
print(CrossLinked.search(["{f}{last}@example.com"]))

I'm getting the following error: AttributeError: 'list' object has no attribute 'timeout'

m8sec commented 11 months ago

Hi @anayi89,

The PyPi implantation was setup for easy install.

It is still possible to use CrossLinked in that way but there is currently no documentation.