
Python-инструмент для перебора LinkedIn
⛔ [УСТАРЕЛО]. Этот репозиторий больше не поддерживается.
InSpy — это инструмент для перечисления данных из LinkedIn, написанный на Python.
Версия 3.0 вводит автоматизацию получения доменов и email-адресов, а также рандомизированные заголовки и поддержку вывода в формате XML.
Выполните pip install -r requirements.txt в каталоге клонированного InSpy.
Получите API-ключ на HunterIO и вставьте его в переменную hunterio внутри файла InSpy.py (строка 29).
InSpy - A LinkedIn enumeration tool by Jonathan Broche (@LeapSecurity)
positional arguments:
company Company name to use for tasks.
optional arguments:
-h, --help show this help message and exit
-v, --version show program's version number and exit
--domain DOMAIN Company domain to use for searching.
--email EMAIL Email format to create email addresses with. [Accepted
Formats: [email protected], [email protected],
[email protected], [email protected], [email protected],
[email protected], [email protected], [email protected]]
--titles [file] Discover employees by title and/or department. Titles and
departments are imported from a new line delimited file.
[Default: title-list-small.txt]
Output Options:
--html file Print results in HTML file.
--csv file Print results in CSV format.
--json file Print results in JSON.
--xml file Print results in XML.