Scrapes Vite contributors from GitHub, enriches data via Clay, sends to Slack.
CLAY_WEBHOOK
(from your Clay table's Webhook column)SLACK_WEBHOOK_URL
(from your Slack app)/enriched
endpointRun vite-contributor.tsx
:
Input: GitHub commits from vitejs/companies-using-vite
Output: Slack messages with enriched contributor data:
{ "email": "john@example.com", "person": "John Smith", "company": "TechCorp", "funding": "Series A", "totalFunding": "$5.2M", "employeeCount": "42", "techStack": "React, Vue, TypeScript..." }