{"id":28666110,"url":"https://github.com/udhavpawar/find_github_email","last_synced_at":"2025-09-18T23:54:56.226Z","repository":{"id":57429598,"uuid":"285988755","full_name":"UdhavPawar/find_github_email","owner":"UdhavPawar","description":"Find any GitHub user’s email address","archived":false,"fork":false,"pushed_at":"2022-04-23T06:25:01.000Z","size":111,"stargazers_count":31,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-04T10:04:15.579Z","etag":null,"topics":["automation","email","github","github-api","github-email","github-profile","pypi","pypi-package","python","python2","python3"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/find-github-email","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/UdhavPawar.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}},"created_at":"2020-08-08T06:39:12.000Z","updated_at":"2024-09-16T20:07:55.000Z","dependencies_parsed_at":"2022-08-26T02:41:53.701Z","dependency_job_id":null,"html_url":"https://github.com/UdhavPawar/find_github_email","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/UdhavPawar/find_github_email","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UdhavPawar%2Ffind_github_email","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UdhavPawar%2Ffind_github_email/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UdhavPawar%2Ffind_github_email/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UdhavPawar%2Ffind_github_email/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UdhavPawar","download_url":"https://codeload.github.com/UdhavPawar/find_github_email/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UdhavPawar%2Ffind_github_email/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259659667,"owners_count":22891672,"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":["automation","email","github","github-api","github-email","github-profile","pypi","pypi-package","python","python2","python3"],"created_at":"2025-06-13T14:11:18.326Z","updated_at":"2025-09-18T23:54:51.174Z","avatar_url":"https://github.com/UdhavPawar.png","language":"Python","readme":"\u003c!-- Header --\u003e\n\u003ch1 align=\"center\"\u003e\u003ca href=\"https://github.com/UdhavPawar/find-github-email\"\u003eFind GitHub Email\u003c/a\u003e\u003c/h1\u003e\n\u003c!-- Description --\u003e\n\u003ch3 align=\"center\"\u003e Find any \u003ca href=\"https://github.com/\" target=\"_blank\"\u003eGitHub\u003c/a\u003e user’s email address\u003c/h3\u003e\n\n\u003c!-- Labels --\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/package-pip-blue.svg?style=flat\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/version-1.2.4-blueviolet.svg?style=flat\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/code-python-orange.svg?style=flat\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/code-python3-yellow.svg?style=flat\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/build-passing-green.svg?style=flat\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-MIT-ff69b4.svg?style=flat\"\u003e\n\u003c/p\u003e\n\n\u003c!-- Jumpers --\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#application\"\u003eApplication\u003c/a\u003e •\n  \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e •\n  \u003ca href=\"#how-to-use\"\u003eHow To Use\u003c/a\u003e •\n  \u003ca href=\"#how-it-works\"\u003eHow It Works\u003c/a\u003e •\n  \u003ca href=\"#contributing\"\u003eContribute\u003c/a\u003e\n\u003c/p\u003e\n\n## Application\n\n- GitHub brings together the world's largest community of developers to discover, share, and build better software. \n- GitHub profiles often include an email address, twitter handle, and/or link to a personal website. \n- However, some of the best profiles simply have no contact information apart from a GitHub username. \n- Hence, this python package is targetted for finding almost any GitHub user's email address, so you can easily network/reach out to your favorite developers :bowtie::bow:\n\n## Installation\n\nInstall package use the package manager [pip](https://pypi.org/project/find-github-email/).\n\n\u003e python2\n\n![python](./svgs/py2install.svg)\n```bash\npip install find-github-email\n```\nOR\n```bash\npython -m pip install find-github-email\n```\n\u003e python3\n\n![python3](./svgs/py3install.svg)\n\n```bash\npip3 install find-github-email\n```\nOR\n```bash\npython3 -m pip install find-github-email\n```\n\u003e Facing an issue? Check the [Issues](https://github.com/UdhavPawar/find_github_email/issues) section or open a new issue.\n\n\n## How To Use\n\n![example](./svgs/run.svg)\n\n\u003e python2 run.py\n```python\n# python sample code to use \"find_github_email\" package\n\n# import package\nimport find_github_email\n\n# read GitHub username from user\nusername = raw_input(\"\\nEnter GitHub username: \")\n\nresponse = find_github_email.find(username)\nprint \"\\n\",response,\"\\n\"\n```\n\u003e python3 run.py\n```python3\n# python3 sample code to use \"find_github_email\" package\n\n# import package\nimport find_github_email\n\n# read GitHub username from user\nusername = input(\"\\nEnter GitHub username: \")\n\nresponse = find_github_email.find(username)\nprint(f\"\\n{response}\\n\")\n```\n\u003e Facing an issue? Check the [Issues](https://github.com/UdhavPawar/find_github_email/issues) section or open a new issue.\n\n## How It Works\n\n\nHow the code works:\n```\ncase 1 :\n- locate users's non-forked repo\n- for that repo, scrape commits json object and iterate over each commit\n- for each commit, the commit URL will become: https://github.com/username/public_repo/commit/commit_id\n- option 1: append \".patch\" to URL so it becomes https://github.com/username/public_repo/commit/commit_id.patch\n- option 2: looks for author json object\n- then simply filter email from author object.\n```\n```\ncase 2 : \n- check if the user has a commit in public repo using: https://api.github.com/users/{username}/events/public\n- then iterate over each payload, for each payload scrape it's commits, iterate over each commit and filter email. \n- If so grep email from there.\n```\n\u003e package PyPi project: [find-github-email](https://pypi.org/project/find-github-email/)\n\n\u003e package structure:\n```\n.\n├── LICENSE\n├── README.md\n├── dist\n│   └── find_github_email-1.2.5.tar.gz\n├── find_github_email\n│   ├── __init__.py\n│   ├── __init__.pyc\n│   ├── __pycache__\n│   │   ├── __init__.cpython-37.pyc\n│   │   └── main.cpython-37.pyc\n│   ├── main.py\n│   └── main.pyc\n├── find_github_email.egg-info\n│   ├── PKG-INFO\n│   ├── SOURCES.txt\n│   ├── dependency_links.txt\n│   ├── requires.txt\n│   └── top_level.txt\n├── py2-run.py\n├── requirements.txt\n├── run.py\n├── setup.py\n└── svgs\n    ├── py2install.svg\n    ├── py3install.svg\n    └── run.svg\n\n5 directories, 21 files\n```\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change/fix.\n\n## License\n[MIT](https://github.com/UdhavPawar/find_github_email/blob/master/LICENSE)\n\n## Acknowledgement \n[Sourcecon](https://www.sourcecon.com/how-to-find-almost-any-github-users-email-address/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudhavpawar%2Ffind_github_email","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fudhavpawar%2Ffind_github_email","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudhavpawar%2Ffind_github_email/lists"}