{"id":26896444,"url":"https://github.com/jemmaissroff/find_github_email","last_synced_at":"2025-10-28T06:35:25.042Z","repository":{"id":52300787,"uuid":"311197781","full_name":"jemmaissroff/find_github_email","owner":"jemmaissroff","description":"The warmest start to a cold email","archived":false,"fork":false,"pushed_at":"2024-08-02T00:23:18.000Z","size":30,"stargazers_count":84,"open_issues_count":2,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-03T19:15:57.260Z","etag":null,"topics":["address","cold-emails","email","email-address","github"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jemmaissroff.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-09T02:01:55.000Z","updated_at":"2025-03-20T23:47:12.000Z","dependencies_parsed_at":"2022-09-12T17:42:10.894Z","dependency_job_id":null,"html_url":"https://github.com/jemmaissroff/find_github_email","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jemmaissroff%2Ffind_github_email","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jemmaissroff%2Ffind_github_email/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jemmaissroff%2Ffind_github_email/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jemmaissroff%2Ffind_github_email/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jemmaissroff","download_url":"https://codeload.github.com/jemmaissroff/find_github_email/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253824538,"owners_count":21970039,"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":["address","cold-emails","email","email-address","github"],"created_at":"2025-04-01T03:50:06.099Z","updated_at":"2025-10-28T06:35:20.022Z","avatar_url":"https://github.com/jemmaissroff.png","language":"Ruby","readme":"# Find GitHub Email\n\n[![Tests](https://github.com/jemmaissroff/find_github_email/workflows/Main/badge.svg)](https://github.com/jemmaissroff/find_github_email/actions?query=workflow%3AMain)\n[![security](https://hakiri.io/github/jemmaissroff/find_github_email/main.svg)](https://hakiri.io/github/jemmaissroff/find_github_email/main)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Gem Version](https://img.shields.io/gem/v/find_github_email.svg)](https://rubygems.org/gems/find_github_email)\n[![Gem Downloads](https://img.shields.io/gem/dt/find_github_email.svg)](https://rubygems.org/gems/find_github_email)\n\n### ☀️ **The warmest start to a cold email** ❄️\n\nFind GitHub Email allows you to find any GitHub user's email addresses based on their commit history and GitHub profile.\n\nCheck out [this post](https://jemma.dev/blog/find-github-email) for a little more background on the gem.\n\n## ⏬ Installation\n\n    $ gem install find_github_email\n    \n\nFind Github Email uses [GitHub's API](https://developer.github.com/v4/). In order to use Find GitHub Email, you need a GitHub API token 🔑. Fortunately, these are very easy to obtain: \n\n1. 👩‍💻 Visit https://github.com/settings/tokens/new\n2. ✍️ Label the token whatever you would like \n3. ✔️ Select the `read:user` box within the `user` section\n4. 🟩 Click the green `Generate Token` button\n5. 📝 Copy your token\n\nOnce you have your API token, in a console run\n\n    $ find_github_email -g \u003cGITHUB_API_TOKEN\u003e\n    \nYou will only need to run this command once 🎉. It will store your API token at `~/.find_github_email_access_token`, and the gem will always look for it at that location.\n\n## 📬 Usage\n\n After you've followed the installation instructions, you can run:\n\n    $ find_github_email \u003cUSERNAME\u003e\n    \nFor example:\n\n    $ find_github_email torvalds\n\ttorvalds@linux-foundation.org\n\n\n## 👩‍💻 Contributing\n\n[Bug reports](https://github.com/jemmaissroff/find_github_email/issues) and\n[pull requests](https://github.com/jemmaissroff/find_github_email/pulls) are welcome on GitHub at\nhttps://github.com/jemmaissroff/find_github_email. This project is intended to be a safe,\nwelcoming space for collaboration, and contributors are expected to adhere to\nthe [code of conduct](https://github.com/jemmaissroff/find_github_email/blob/main/CODE_OF_CONDUCT.md).\n\n## 📃 License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n##  ♥️ Code of Conduct\n\nEveryone interacting in Find GitHub Email's codebase is expected to follow the\n[code of conduct](https://github.com/jemmaissroff/find_github_email/blob/main/CODE_OF_CONDUCT.md).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjemmaissroff%2Ffind_github_email","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjemmaissroff%2Ffind_github_email","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjemmaissroff%2Ffind_github_email/lists"}