Loading repository data…
Loading repository data…
dhruv-joshi15 / repository
A Python + Flask Slack bot that simulates ChatOps commands like /deploy and /status.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A simple Python + Flask Slack bot that listens to /deploy and /status commands and responds with simulated DevOps automation messages.
/status – Returns a fake "all-systems-go" message./deploy – Simulates a deployment trigger.pip install -r requirements.txt
.env file from the template:SLACK_VERIFICATION_TOKEN=your-token-here
python app.py
Send /status or /deploy in Slack and receive a simulated bot response.
✅ Built by Dhruv Joshi