@neocode-ai/slack
v1.1.1
Published
Slack bot integration for neocode that creates threaded conversations.
Downloads
92
Readme
@neocode-ai/slack
Slack bot integration for neocode that creates threaded conversations.
Setup
- Create a Slack app at https://api.slack.com/apps
- Enable Socket Mode
- Add the following OAuth scopes:
chat:writeapp_mentions:readchannels:historygroups:history
- Install the app to your workspace
- Set environment variables in
.env:SLACK_BOT_TOKEN- Bot User OAuth TokenSLACK_SIGNING_SECRET- Signing Secret from Basic InformationSLACK_APP_TOKEN- App-Level Token from Basic Information
Usage
# Edit .env with your Slack app credentials
bun devThe bot will respond to messages in channels where it's added, creating separate neocode sessions for each thread.
