{"id":15817261,"url":"https://github.com/wj-mcat/github-emails","last_synced_at":"2025-03-14T21:33:05.782Z","repository":{"id":57434607,"uuid":"319195378","full_name":"wj-Mcat/github-emails","owner":"wj-Mcat","description":"📫  A tool to get email addresses by action types such as `starred`, `watching` or `fork` on GitHub repositories","archived":false,"fork":false,"pushed_at":"2020-12-26T05:25:44.000Z","size":37,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-10T09:21:31.032Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wj-Mcat.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-12-07T03:40:12.000Z","updated_at":"2022-11-07T12:42:01.000Z","dependencies_parsed_at":"2022-09-04T15:32:07.685Z","dependency_job_id":null,"html_url":"https://github.com/wj-Mcat/github-emails","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"wj-Mcat/pypi-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wj-Mcat%2Fgithub-emails","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wj-Mcat%2Fgithub-emails/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wj-Mcat%2Fgithub-emails/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wj-Mcat%2Fgithub-emails/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wj-Mcat","download_url":"https://codeload.github.com/wj-Mcat/github-emails/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221513303,"owners_count":16835648,"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":"2024-10-05T05:40:32.197Z","updated_at":"2024-10-26T08:21:49.607Z","avatar_url":"https://github.com/wj-Mcat.png","language":"Python","readme":"# github-emails [![PyPI Version](https://img.shields.io/pypi/v/github-emails?color=blue)](https://pypi.org/project/github-emails/)  ![auto-publish-to-pypi](https://github.com/wj-Mcat/github-emails/workflows/auto-publish-to-pypi/badge.svg)\n\n## Quick start\n\n\u003e the example below: `wechaty` is the owner, `python-wechaty` is the name of repo\n\u003e github: https://www.github.com/wechaty/python-wechaty\n\n- Installation\n\n```shell script\npip install github-emails\n```\n\n- Simple Code\n\n```python\nfrom github_emails import GithubApi\ngithub = GithubApi(token='')\nstargazers = github.stargazers('wechaty', 'python-wechaty')\nfor stargazer in stargazers:\n    github.emails(stargazer)\n```\n\nAnd you will find that your final email info is stored in `.github_info/user-email.txt` file.\n\n- Command\n\n```shell script\ngithub-emails --owner=wechaty --repo=python-wechaty --token=your-token --stargazer-file='.github_info/wechaty-python-wechaty-' --skip-user-emails-file='./user-emails.txt'\n```\n\n## History\n\n### v0.0.2 (Jun 19, 2020)\n\n- works with token, and everything works well for me\n\n### v0.0.1 (Jun 19, 2020)\n\n- works with username/password \u0026 token authentication\n\n## Copyright \u0026 License\n\n- Code \u0026 Docs © 2020 wj-Mcat \u003chttps://github.com/wj-Mcat\u003e\n- Code released under the Apache-2.0 License\n- Docs released under Creative Commons\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwj-mcat%2Fgithub-emails","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwj-mcat%2Fgithub-emails","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwj-mcat%2Fgithub-emails/lists"}