A simple Slack integration library
- Open in Visual Studio 2015 (currently requires 4.5.2)
- Restore packages
- Build Solution
- Open a commandline
- Execute:
SlackConsole/bin/debug/SlackConsole.exe {your slack bot token}
- Once connected, go to your Slack client and select the bot under "Direct Messages".
- Type "echo blah".
- The bot will reply with "ECHO: blah".
The above example triggers the built in EchoResponder.
Simply implement the IMessageResponder interface to provider further integrations