618 B
618 B
Slack Vein
Status: building
Will connect soleprint to Slack for channel messaging and notifications.
What Exists
The vein structure is in place: config, client, auth, models, routes. Bot token and user token configuration is ready.
SLACK_BOT_TOKEN=xoxb-...
SLACK_USER_TOKEN=xoxp-...
API_PORT=8002
What's Coming
- Send messages to channels
- Read channel history
- Notification integration with other soleprint tools
Configuration details will be added as the integration matures.
Running Standalone
cd soleprint/artery/veins/slack
python run.py
# Runs on port 8002