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: v16View latest version
Tracks new stargazers for your GitHub repositories and sends notifications to Discord when someone stars your repos.
- Tracks stargazers across multiple GitHub repositories
- Stores stargazer data in SQLite database with full history
- Sends Discord notifications for new stars
- Go to GitHub Settings > Developer settings > Personal access tokens
- Click "Generate new token (classic)"
- Give it a name like "Val Town Stargazer Tracker"
- Select the following scopes:
public_repo
(to read public repository information)
- Copy the generated token
- Go to your Discord server settings
- Navigate to "Integrations" > "Webhooks"
- Click "Create Webhook"
- Choose the channel where you want notifications
- Copy the webhook URL
Set the following on the left sidebar of your val:
GITHUB_TOKEN
: Your GitHub personal access tokenDISCORD_WEBHOOK
: Your Discord webhook URL