elceef / dnstwist

Domain name permutation engine for detecting homograph phishing attacks, typo squatting, and brand impersonation
https://dnstwist.it
Apache License 2.0
4.81k stars 764 forks source link

Added setup.py to make the library pip installable #76

Closed fproldan closed 4 years ago

kimbo commented 5 years ago

@elceef Any reason for not merging this? It'd be nice to just be able to run pip install dnstwist.

elceef commented 5 years ago

It's work in progress now.

traut commented 5 years ago

+1, without this it is very difficult to deploy dnstwist and use it as a python library

elceef commented 4 years ago

It's done. You can run pip install dnstwist now. Thank you @fproldan for your contribution.