This is a slack bot built using Spring Boot and jslack.
- Please do set an environment variable
SLACK_SIGNING_SECRET - Please modify/update the
accessToken,botAccessTokenandsigningSecretvalues of thesrc/main/java/com/subbu/ibot/utils/SlackConfiugration.javafile. - To run the app -
mvn clean spring-boot:run
- The credit should go to Kazuhiro Sera.