
स्क्रैप करें, खोजें, और नामों और उपयोगकर्ता नामों को रूपांतरित करें

स्क्रैप करें खोज इंजन LinkedIn प्रोफाइल से कर्मचारियों के नाम
खोजें Hunter.io के माध्यम से ईमेल और उपयोगकर्ता नाम प्रारूप
रूपांतरित करें नामों को दिए गए उपयोगकर्ता नाम प्रारूप(ों) में
usage: bridgekeeper.py [flags]
BridgeKeeper - v1.0.0
options:
-h, --help show this help message and exit
Target(s):
-c COMPANY, --company COMPANY
target company to search for LinkedIn profiles
(e.g. 'Example Ltd.')
-n NAMES, --names NAMES
string (comma delimited) or file containing names
to be converted to usernames (format: 'First (M) Last')
Username Formatting:
-f FORMAT, --format FORMAT
username format (format identifiers:
{first}, {middle}, {last}, {f}, {m}, {l}, [#])
-a API, --api API hunter.io API key for email format identification
and email scraping
-d DOMAIN, --domain DOMAIN
domain name of target company for hunter.io email
format identification and email scraping
--lower force usernames to all lower case
--upper force usernames to all upper case
Search Engine Configuration:
--depth DEPTH number of pages deep to search each search engine
(Default: 5)
--bing-cookies BING_COOKIES
string or cookie file for Bing search engine
(disabled)
--duckduckgo-cookies DUCKDUCKGO_COOKIES
string or cookie file for DuckDuckGo search engine
--google-cookies GOOGLE_COOKIES
string or cookie file for Google search engine
--yahoo-cookies YAHOO_COOKIES
string or cookie file for Yahoo search engine
HTTP Configuration:
--timeout TIMEOUT HTTP request timeout in seconds
(Default: 25 seconds)
--proxy PROXY proxy to pass HTTP traffic through: `host:port`
Output Configuration:
-o OUTPUT, --output OUTPUT
directory to write output files to
(Default: output)
Debug:
--version print the tool version and exit
--debug enable debug output
एक कंपनी, Example Ltd., के लिए कर्मचारियों के नाम एकत्र करें और प्रत्येक नाम को 'flast' उपयोगकर्ता नाम स्वरूपित ईमेल में रूपांतरित करें:
bridgekeeper.py --company "Example, Ltd." --format {f}{last}@example.com --depth 10 --output example-employees
खोज इंजन और Hunter.io से कर्मचारियों के नाम और ईमेल पते एकत्र करें:
bridgekeeper.py --company "Example, Ltd." --domain example.com --api {API_KEY} --depth 10 --output example-employees
पहले से उत्पन्न नामों की सूची को उपयोगकर्ता नामों में रूपांतरित करें:
bridgekeeper.py --names names.txt --format {f}{last}@example.com --output example-employees
उपयोगकर्ता नाम प्रारूप उदाहरण (BridgeKeeper मध्य नामों के साथ-साथ वर्ण सीमित उपयोगकर्ता नामों का भी समर्थन करता है - उदा. अंतिम नाम के केवल 4 वर्णों का उपयोग किया जाता है):
Name: John Adams Smith
{f}{last} > jsmith
{f}{m}.{last} > ja.smith
{f}{last}[4]@example.com > [email protected]