Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 386 Bytes

File metadata and controls

13 lines (10 loc) · 386 Bytes

Github Commit Explorer

CLI script in TypeScript for Node.js that prompts for a GitHub username, retrieves all public commits associated with that user, and extracts the email addresses used in those commits.

Installation

  git clone git@github.com:frenchneo/osint-github-commit-explorer.git
  cd osint-github-commit-explorer
  yarn install
  yarn build
  yarn start