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

Setup from README does not work anymore "setup.py install is deprecated" #27

Closed HanseSecure closed 1 year ago

HanseSecure commented 1 year ago

Hey ho,

i just want to try out your tool, but the default setup doesnt work anymore. Maybe you can check this ;-)

Thanks in advance

m8sec commented 1 year ago

Hi @HanseSecure,

Appreciate the issue and I have noticed this across other projects as well. Try install using the commands below and I will updated the README now 😄

git clone https://github.com/m8sec/CrossLinked
cd CrossLinked
pip3 install .

OR directly from PyPi with:

pip3 install crosslinked

Ref