Skip to content

A quick spring boot app, to create your own slack slash command.

License

Notifications You must be signed in to change notification settings

mynameisgv/slack_slashcommand

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slack_slashcommand

https://api.slack.com/slash-commands

A quick spring boot app, to create your own slack slash command.

Edit the Controller File to serve your desired content.

Run the command in the root folder of this project (same as README you are just reading)

mvn install

It will create a target folder containing the runnable jar file, named slack.jar

Run the jar file

java -jar slack.jar

Your webapp is ready and running!

PS : The default port it runs on is 7090. Edit the application.properties file to change this. Happy Slacking!

About

A quick spring boot app, to create your own slack slash command.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%