Public
Like
3
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.
Viewing readonly version of main branch: v49View latest version
Tracks new stargazers for your GitHub repositories and sends notifications to Discord when someone stars your repos.
- Go to your repo settings: - Navigate to your GitHub repo - Click "Settings" tab - Click "Webhooks" in the left sidebar
- Add webhook: - Click "Add webhook" - Payload URL: Your Val Town HTTP endpoint URL - Content type: application/json - Secret: Leave blank (since we removed security)
- Select events: - Choose "Let me select individual events" - Uncheck "Pushes" (default) - Check "Stars" only - Click "Add webhook"
- Test it: - Star/unstar your repo - Check the webhook deliveries tab to see if it worked - Check your Discord channel for notifications
Repeat for each repo you want to monitor. The webhook will fire immediately when someone stars any configured repo.