Public
Like
1
stargazer-enrichment
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.
Viewing readonly version of main branch: v85View latest version
Webhook that tracks new GitHub repo stargazers and sends enriched Discord notifications for potential "VIP" users.
Example:
Note: if you just want to get notified about all stargazers, you can use this val instead
Filters stargazers and only notifies for:
- VIP users (have repos with >100 stars)
- Users with company email addresses
- Users with detectable company tech stacks
- For the repo(s) you want to watch, go to repo Settings → Webhooks → Add webhook
- Payload URL: Your Val Town HTTP endpoint
- Content type: application/json
- Events: Select "Stars" only
- Repeat for each repo you want to monitor :)
- Create Discord webhook (guide)
- Add webhook URL as
DISCORD_WEBHOOK
environment variable in Val Town
- Star your repo
- Check Discord for notification (only sends for VIP users)
New stargazer: [username](https://github.com/username) starred **repo-name**
⭐ VIP: [popular-repo](https://github.com/user/repo) with 1250 stars
user@company.com • React, Node.js, Docker