Skip to content
/ task-bot Public

Print tasks status into Slack

License

Notifications You must be signed in to change notification settings

srobo/task-bot

Repository files navigation

Task Bot

This bot is designed to print tasks into our Slack, so we can monitor progress on things. Whilst it was originally designed for the Tasks repo, it can be used for anything.

Installation

For local development, set up a virtual environment, and install the contents of dev-requirements.txt.

Execution

The script itself, task-bot.py takes a single argument of the repo you want to use (ie srobo/tasks).

The actual bot itself runs through GitHub Actions, to avoid the need for a server or manual deployment. Settings for this can be found in .github/workflows/execute.yml.