Skip to content

evan-gan/horizonsStandups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bfab303 · · May 18, 2026

History

9 Commits
May 15, 2026
May 15, 2026
May 14, 2026
May 18, 2026
May 18, 2026
May 14, 2026
May 14, 2026
May 14, 2026
May 14, 2026
May 15, 2026
May 15, 2026
May 18, 2026

Repository files navigation

Standups Bot

Posts a daily standup message to a Slack channel and replies in the thread for updates.

Bot setup instructions
  1. Go to api.slack.com/apps and click Create New App > t; From an app manifest
  2. Select your workspace
  3. Paste the contents of manifest.yaml and create the app
  4. Go to OAuth & Permissionsions > t; Install to Workspace and authorize
  5. Copy the Bot User OAuth Token (xoxb-...) for your .env
  6. If posting to a private channel, invite the bot: /invite @Standup Bot

Development Setup

# Install dependencies
pnpm install



# Copy the example env and fill in your values
cp .env.example .env



# Run the bot
pnpm start



# Run in dev mode (auto-restart on changes)
pnpm dev



# Run tests
pnpm  test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published