Skip to content

A simple Java library to post a Slack message to specific channel.

License

Notifications You must be signed in to change notification settings

silentsoft/slack-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack API

Maven Central Build Status license Hits

Slack API is a simple Java library to post a Slack message to specific channel.

Features

  • postMessage
    • SlackAPI.postMessage("xxxx-xxxxxxxxx-xxxx", "general", "Hello, World !");

Creating Token

Maven Central

<dependency>
    <groupId>org.silentsoft</groupId>
    <artifactId>slack-api</artifactId>
    <version>0.1.1</version>
</dependency>

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please note we have a CODE_OF_CONDUCT, please follow it in all your interactions with the project.

License

Please refer to LICENSE and NOTICE.