Open anayi89 opened 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'
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.
I'm trying to run the PyPi version. Below is my code:
I'm getting the following error: AttributeError: 'list' object has no attribute 'timeout'