Public
Like
stargazer-enrichment-clay
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 Discord with enriched data
stargazer-monitor.tsx: Main handler for monitoring repositoriesdiscord.ts: Discord notificatier
Edit these values in stargazer-monitor.tsx:
- REPOS (line 9-11): List of repositories to monitor
- Environment variables needed:
GITHUB_TOKEN: GitHub API token for fetching stargazer data (instructions to get token with repo access)DISCORD_WEBHOOK: Discord webhook for notifications (instructions)