{"id":25020700,"url":"https://github.com/panoramicdata/panoramicdata.whois","last_synced_at":"2025-03-30T10:25:55.369Z","repository":{"id":211804854,"uuid":"477078345","full_name":"panoramicdata/PanoramicData.WhoIs","owner":"panoramicdata","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-11T00:34:18.000Z","size":851,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-04-26T11:02:04.487Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/panoramicdata.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-04-02T14:28:56.000Z","updated_at":"2023-12-11T00:24:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"deecb6a8-53a3-4375-8047-d3b98074d621","html_url":"https://github.com/panoramicdata/PanoramicData.WhoIs","commit_stats":null,"previous_names":["panoramicdata/panoramicdata.whois","panoramicdata/panoramicdata.emaillookup"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FPanoramicData.WhoIs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FPanoramicData.WhoIs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FPanoramicData.WhoIs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FPanoramicData.WhoIs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panoramicdata","download_url":"https://codeload.github.com/panoramicdata/PanoramicData.WhoIs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246304249,"owners_count":20755871,"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":[],"created_at":"2025-02-05T12:17:11.328Z","updated_at":"2025-03-30T10:25:55.352Z","avatar_url":"https://github.com/panoramicdata.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PanoramicData.WhoIs\n\nA nuget package that provides a means of looking\nup various information about a person given just\ntheir email address, company domain or other partial information.\n\nCurrently implements two searchers:\n\tProxyCurlSearcher - searches Google and LinkedIn for personal data.\n\tWhoIsSearcher - searches WHOIS for domain data.\n\n## Examples (.NET 8.0, C# 12)\n\n### PersonEnhancer usage\n\n```C#\nvar config = new ProxyCurlConfig\n{\n\tGoogleCx = \"\u003cGoogle Custom Search CX goes here\u003e\",\n\tGoogleKey = \"\u003cGoogle API key goes here\u003e\",\n\tProxyCurlKey = \"\u003cProxyCurl API key goes here\u003e\"\n};\n\nvar personEnhancer = new PersonEnhancer(\n\t[\n\t\tnew ProxyCurlSearcher(config),\n\t\tnew WhoIsSearcher()\n\t]\n);\n\nvar person = new Person\n{\n\tEmail = \"test@test.com\"\n};\n\nperson = await personEnhancer\n\t.EnhanceAsync(person, cancellationToken)\n\t.ConfigureAwait(false);\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanoramicdata%2Fpanoramicdata.whois","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpanoramicdata%2Fpanoramicdata.whois","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanoramicdata%2Fpanoramicdata.whois/lists"}