cyberneticlibrary

Pick random raffle winners fairly

raffle-winner-pickerskillsetup L13,035
davepoon/buildwithclaude
What it does

Randomly select fair winners from lists, sheets, or CSV files

Best for

Fair, cryptographically random selection from any tabular source with optional weighted probability.

Inputs
  • · List, CSV, or Google Sheets URL
  • · Exclusion list (optional)
Outputs
  • · Selected row(s) with all original data
  • · Timestamp and selection method
Requires
  • · Google Sheets API
Failure modes
  • · Rate limiting or quota exceeded
  • · Insufficient permissions
  • · File format or encoding mismatch
Trust signals
  • · Working code examples included
  • · Common pitfalls documented
  • · Workflow patterns documented
  • · Verification methods included