{"id":29732411,"url":"https://github.com/manigedit/standup-slack-bot","last_synced_at":"2025-07-28T11:02:14.658Z","repository":{"id":305725597,"uuid":"1023745723","full_name":"manigedit/standup-slack-bot","owner":"manigedit","description":"Daily Standup bot written using fastapi and slack sdk","archived":false,"fork":false,"pushed_at":"2025-07-21T16:43:40.000Z","size":8,"stargazers_count":2,"open_issues_count":3,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-21T18:49:47.610Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manigedit.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-21T16:18:43.000Z","updated_at":"2025-07-21T16:50:39.000Z","dependencies_parsed_at":"2025-07-21T18:49:51.891Z","dependency_job_id":"a1328371-e7d9-4dda-a2e1-7743007d33de","html_url":"https://github.com/manigedit/standup-slack-bot","commit_stats":null,"previous_names":["manigedit/standup-slack-bot"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/manigedit/standup-slack-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manigedit%2Fstandup-slack-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manigedit%2Fstandup-slack-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manigedit%2Fstandup-slack-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manigedit%2Fstandup-slack-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manigedit","download_url":"https://codeload.github.com/manigedit/standup-slack-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manigedit%2Fstandup-slack-bot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266978269,"owners_count":24015492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-25T08:14:11.838Z","updated_at":"2025-07-25T08:14:12.358Z","avatar_url":"https://github.com/manigedit.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PulseBot - Slack Standup Bot\n\n### Feature requests are welcome. If you've one, raise an issue.\n\nPulseBot is a Slack bot that automates daily standups for your team. It collects responses from team members, stores them, and provides a configurable control panel for admins to manage standup settings.\n\n## Features\n\n- **Automated Standup Reminders:** Sends daily standup questions to all team members via DM.\n- **Manual Standup Trigger:** Admins can manually trigger standup reminders.\n- **Customizable Schedule:** Set the time and days for standup reminders.\n- **Response Channel:** Choose a channel to post standup summaries.\n- **Response Window:** Configure how long users have to submit their standup.\n- **Admin Control Panel:** Slack modal UI for managing all settings.\n- **OAuth Installation:** Securely install the bot to your Slack workspace.\n\n## Getting Started\n\n### Prerequisites\n\n- Python 3.8+\n- Slack App credentials (Client ID, Client Secret, Signing Secret, Bot Token)\n- [ngrok](https://ngrok.com/) (for local development)\n\n### Installation\n\n1. **Clone the repository:**\n    ```sh\n    git clone https://github.com/yourusername/pulsebot.git\n    cd pulsebot\n    ```\n\n2. **Install dependencies:**\n    ```sh\n    pip install -r requirements.txt\n    ```\n\n3. **Configure environment variables:**\n\n    Create a `.env` file in the root directory:\n    ```\n    SLACK_CLIENT_ID=your_client_id\n    SLACK_CLIENT_SECRET=your_client_secret\n    SLACK_SIGNING_SECRET=your_signing_secret\n    SLACK_BOT_TOKEN=your_bot_token\n    PUBLIC_URL=https://your-ngrok-url.ngrok-free.app\n    ```\n\n4. **Run the bot:**\n    ```sh\n    uvicorn app.main:app --reload\n    ```\n\n5. **Expose your local server (for Slack events):**\n    ```sh\n    ngrok http 8000\n    ```\n\n6. **Install the bot to your Slack workspace:**\n    - Visit `https://your-ngrok-url.ngrok-free.app/slack/install` and follow the prompts.\n\n## Usage\n\n- Use `/pulsecheck` in Slack to open the admin control panel (admins only).\n- Use `/trigger-standup` to manually trigger a standup for all team members.\n- Team members will receive a DM with a button to start their standup.\n- Responses are stored in a local SQLite database (`standup.db`).\n\n## Project Structure\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanigedit%2Fstandup-slack-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanigedit%2Fstandup-slack-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanigedit%2Fstandup-slack-bot/lists"}