The roster board is a Python program designed to notify users when it's their turn for a specific activity on Slack. This can be particularly useful for coordinating activities or tasks within a team or group.
- Slack Integration: Utilizes the Slack API to fetch and monitor activity.
- Personalized Notifications: Notifies users individually when it's their turn.
- Configurable: Easily configurable with a user-friendly configuration file.
- Easy Setup: Simple installation and setup process.
-
Clone this repository:
git clone https://github.com/HerndonE/Roster-Board-for-Slack.git
-
Set up your Slack API credentials. Follow the instructions in Slack API Documentation to obtain your API token.
-
Replace
YOURSLACKAPPsWEBHOOK
in main.py with your Slack API credentials to get started.
Run the notifier using the following command:
python main.py
- Replace .txt file and use a .json file.
- Minor code refactoring.