{"id":13681105,"url":"https://github.com/0xZDH/BridgeKeeper","last_synced_at":"2025-04-30T03:30:35.071Z","repository":{"id":55146310,"uuid":"209360890","full_name":"0xZDH/BridgeKeeper","owner":"0xZDH","description":"Scrape, Hunt, and Transform names and usernames","archived":false,"fork":false,"pushed_at":"2022-11-19T10:09:30.000Z","size":50,"stargazers_count":110,"open_issues_count":1,"forks_count":11,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-11-12T00:36:23.272Z","etag":null,"topics":["linkedin-scraper","name-generation","osint","python3","username","username-generator","usernames","web-scraping"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0xZDH.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-18T16:57:55.000Z","updated_at":"2024-11-08T14:05:01.000Z","dependencies_parsed_at":"2022-08-14T13:30:34.396Z","dependency_job_id":null,"html_url":"https://github.com/0xZDH/BridgeKeeper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xZDH%2FBridgeKeeper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xZDH%2FBridgeKeeper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xZDH%2FBridgeKeeper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xZDH%2FBridgeKeeper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xZDH","download_url":"https://codeload.github.com/0xZDH/BridgeKeeper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251635006,"owners_count":21619125,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["linkedin-scraper","name-generation","osint","python3","username","username-generator","usernames","web-scraping"],"created_at":"2024-08-02T13:01:26.427Z","updated_at":"2025-04-30T03:30:34.692Z","avatar_url":"https://github.com/0xZDH.png","language":"Python","funding_links":[],"categories":["1. [↑](#-content) OSINT","Python"],"sub_categories":[],"readme":"# BridgeKeeper\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://media.giphy.com/media/e9aSISpSTtU4w/giphy.gif\"\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cb\u003eScrape\u003c/b\u003e employee names from search engine LinkedIn profiles\u003cbr\u003e\n\u003cb\u003eHunt\u003c/b\u003e for emails and username formats via Hunter.io\u003cbr\u003e\n\u003cb\u003eTransform\u003c/b\u003e names to given username format(s)\n\u003c/p\u003e\n\n## Usage\n\n```\nusage: bridgekeeper.py [flags]\n\nBridgeKeeper - v1.0.0\n\noptions:\n  -h, --help            show this help message and exit\n\nTarget(s):\n  -c COMPANY, --company COMPANY\n                        target company to search for LinkedIn profiles\n                        (e.g. 'Example Ltd.')\n\n  -n NAMES, --names NAMES\n                        string (comma delimited) or file containing names\n                        to be converted to usernames (format: 'First (M) Last')\n\nUsername Formatting:\n  -f FORMAT, --format FORMAT\n                        username format (format identifiers:\n                        {first}, {middle}, {last}, {f}, {m}, {l}, [#])\n\n  -a API, --api API     hunter.io API key for email format identification\n                        and email scraping\n\n  -d DOMAIN, --domain DOMAIN\n                        domain name of target company for hunter.io email\n                        format identification and email scraping\n\n  --lower               force usernames to all lower case\n\n  --upper               force usernames to all upper case\n\nSearch Engine Configuration:\n  --depth DEPTH         number of pages deep to search each search engine\n                        (Default: 5)\n\n  --bing-cookies BING_COOKIES\n                        string or cookie file for Bing search engine\n                        (disabled)\n\n  --duckduckgo-cookies DUCKDUCKGO_COOKIES\n                        string or cookie file for DuckDuckGo search engine\n\n  --google-cookies GOOGLE_COOKIES\n                        string or cookie file for Google search engine\n\n  --yahoo-cookies YAHOO_COOKIES\n                        string or cookie file for Yahoo search engine\n\nHTTP Configuration:\n  --timeout TIMEOUT     HTTP request timeout in seconds\n                        (Default: 25 seconds)\n\n  --proxy PROXY         proxy to pass HTTP traffic through: `host:port`\n\nOutput Configuration:\n  -o OUTPUT, --output OUTPUT\n                        directory to write output files to\n                        (Default: output)\n\nDebug:\n  --version             print the tool version and exit\n\n  --debug               enable debug output\n```\n\nGather employee names for a company, Example Ltd., and convert each name into an 'flast' username formatted email:\u003cbr\u003e\n`bridgekeeper.py --company \"Example, Ltd.\" --format {f}{last}@example.com --depth 10 --output example-employees`\n\nGather employee names and email addresses from search engines and Hunter.io:\u003cbr\u003e\n`bridgekeeper.py --company \"Example, Ltd.\" --domain example.com --api {API_KEY} --depth 10 --output example-employees`\n\nConvert an already generated list of names to usernames:\u003cbr\u003e\n`bridgekeeper.py --names names.txt --format {f}{last}@example.com --output example-employees`\n\nUsername format examples (BridgeKeeper supports middle names as well as character limited usernames - e.g. only 4 characters of a last name is used):\u003cbr\u003e\n```\nName: John Adams Smith\n{f}{last}                   \u003e jsmith\n{f}{m}.{last}               \u003e ja.smith\n{f}{last}[4]@example.com    \u003e jsmit@example.com\n```\n\n## Features\n\n* Support scraping against four major search engines: Bing, DuckDuckGo, Google, and Yahoo\n  * **Note**: Bing search engine has been disabled for the time being due to inconsistent results\n* Name parsing to strip LinkedIn titles, certs, prefixes, etc.\n* Search engine blacklist evasion via cookie files\n* Username formatting\n  * Name trimming\n    * e.g. If a username format has only the first 4 characters of the last name\n  * Hyphenated last name handling\n  * Duplicate username handling\n    * Incrementing numbers appended to duplicate usernames\n* Support Hunter.io scraping:\n  * Identification of email format for a specified domain\n  * Retrieval of known emails for a specified domain\n\n### Acknowledgements\n\n* **[m8r0wn](https://github.com/m8r0wn)**: [CrossLinked](https://github.com/m8r0wn/CrossLinked)\n* **[initstring](https://github.com/initstring)**: [linkedin2username](https://github.com/initstring/linkedin2username)\n* **[nullg0re](https://github.com/nullg0re)**: Code to gather username format and emails via Hunter.io\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xZDH%2FBridgeKeeper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xZDH%2FBridgeKeeper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xZDH%2FBridgeKeeper/lists"}