Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

r-jb/github-email-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

16 Commits

Repository files navigation

GitHub Email Extractor

GitHub Email Extractor

Extract email addresses from commit metadata. This script supports GitHub users, organizations, and Git repositories.

Installation

Using wget
 wget https://raw.githubusercontent.com/r-jb/github-email-extractor/main/gh-email.sh
 chmod +x gh-email.sh
 ./gh-email.sh
Using curl
 curl -O https://raw.githubusercontent.com/r-jb/github-email-extractor/main/gh-email.sh
 chmod +x gh-email.sh
 ./gh-email.sh

Requirements

Note

By default, the script accesses GitHub's unauthenticated API, which is limited to 60 requests per hour. Authenticate using the gh CLI to increase this limit and scan private repos.

  • bash 4+
  • git
  • curl
  • awk or gawk, not mawk
  • (Optional) gh cli authenticated

Alternatives

Languages

AltStyle によって変換されたページ (->オリジナル) /