{"id":17040767,"url":"https://github.com/prabhakar267/github_email","last_synced_at":"2025-04-12T14:32:55.695Z","repository":{"id":51329690,"uuid":"61941629","full_name":"prabhakar267/github_email","owner":"prabhakar267","description":":mag_right: Python package to get email ID of any GitHub user even if they are not public","archived":false,"fork":false,"pushed_at":"2021-05-14T21:27:32.000Z","size":80,"stargazers_count":27,"open_issues_count":2,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T09:04:11.230Z","etag":null,"topics":["email","github","github-email","pypi","pypi-packages","python"],"latest_commit_sha":null,"homepage":"https://pypi.python.org/pypi/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/prabhakar267.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":"2016-06-25T12:11:45.000Z","updated_at":"2025-03-23T00:42:41.000Z","dependencies_parsed_at":"2022-09-02T12:25:40.794Z","dependency_job_id":null,"html_url":"https://github.com/prabhakar267/github_email","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prabhakar267%2Fgithub_email","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prabhakar267%2Fgithub_email/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prabhakar267%2Fgithub_email/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prabhakar267%2Fgithub_email/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prabhakar267","download_url":"https://codeload.github.com/prabhakar267/github_email/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248581174,"owners_count":21128116,"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":["email","github","github-email","pypi","pypi-packages","python"],"created_at":"2024-10-14T09:10:27.262Z","updated_at":"2025-04-12T14:32:55.653Z","avatar_url":"https://github.com/prabhakar267.png","language":"Python","readme":"# github_email\n\n[![PyPI version](https://badge.fury.io/py/github_email.svg)](https://badge.fury.io/py/github_email)\n[![License](http://img.shields.io/:license-mit-blue.svg)](http://doge.mit-license.org)\n\nGet a list of email IDs of any valid GitHub user from one function call **even if there are no public emails** for that user\n\nIt checks for all the public commits of the user and if the name of the author of commit is same as the name of user, it fetches that email ID.\n\n## Installation\n### Using pip\n```pip\npip install github_email\n```\n### Using Git\n```\ngit clone https://github.com/prabhakar267/github_email.git\ncd github_email\npython setup.py install\n```\n\n## Usage\n\n```python\nimport github_email\n\n# get JSON response for user\nresponse = github_email.get(\u003cusername\u003e, \u003cmax_limit\u003e)\n\nif response['success']:\n    # prints a list of emails retrieved from public commits of user \n    print response['email']\nelse:\n    # prints the error message related to any error that occured\n    print response['message']\n    \n```\n\n## Example\n![github_email](screenshots/Screenshot from 2016-06-26 06:41:23.png?raw=true)\n\n## Inspiration\n[**github-email**](https://github.com/paulirish/github-email) by `paulirish`\nI wanted to write a module, so as to use this in other projects\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprabhakar267%2Fgithub_email","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprabhakar267%2Fgithub_email","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprabhakar267%2Fgithub_email/lists"}