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
,botAccessToken
andsigningSecret
values of thesrc/main/java/com/subbu/ibot/utils/SlackConfiugration.java
file. - To run the app -
mvn clean spring-boot:run
- The credit should go to Kazuhiro Sera.