8000 GitHub - tstromberg/pubkey-collector: GitHub public SSH key collector
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tstromberg/pubkey-collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔑 GitHub Pubkey Collector

Utility for collecting public SSH keys from GitHub users via public events and organizational member lists.

Currently dumps them to independent JSON files, but we'll probably add BadgerDB support.

Prerequisites

  • Go 1.23+
  • GitHub Personal Access Token

Installation

go install github.com/tstromberg/pubkey-collector@latest

Usage

export GITHUB_TOKEN=your_github_token
pubkey-collector -stream        # Collect from events (infinitely)
pubkey-collector -org myorg     # Collect from organization

About

GitHub public SSH key collector

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0