# ce-bot **Repository Path**: mirrors_sourcegraph/ce-bot ## Basic Information - **Project Name**: ce-bot - **Description**: Slack Bot that will handle requests for CE - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-01 - **Last Updated**: 2025-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Run locally: python3 -m venv .venv source .venv/bin/activate #Env export SLACK_SIGNING_SECRET=YOUR_SECRET export SLACK_BOT_TOKEN=xoxb-BOT_TOKEN export PORT=YOUR_PORT export CHANNEL=YOUR_SLACK_CHANNEL python3 app.py