enrich-github-stargazers
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Monitors GitHub repositories for new stargazers and enriches their profiles with contact and company information.
- Tracks star counts for configured repositories
- Detects new stargazers since last run
- Enriches stargazer profiles using Clay (email, company, funding data)
- Sends notifications to Slack with enriched data
stargazer-monitor.tsx
: Main handler for monitoring repositoriesslack-notifier.ts
: Slack notification functionality
Edit these values in stargazer-monitor.tsx
:
- REPOS (line 8-12): List of repositories to monitor
- Environment variables needed:
GITHUB_TOKEN
: GitHub API token for fetching stargazer dataSLACK_WEBHOOK_URL
: Slack webhook for notifications (optional)
Get started with a template: