https://github.com/cosee/slack-client-java
A thin java wrapper around the Slack API
https://github.com/cosee/slack-client-java
Last synced: 5 months ago
JSON representation
A thin java wrapper around the Slack API
- Host: GitHub
- URL: https://github.com/cosee/slack-client-java
- Owner: cosee
- License: mit
- Created: 2020-03-10T10:10:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:54:39.000Z (over 2 years ago)
- Last Synced: 2025-07-30T06:17:08.487Z (11 months ago)
- Language: Java
- Size: 24.4 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slack-client-java
A thin java wrapper around the Slack API
This slackclient is a module we use in one of our products. It has just the functionallity we need there (at the moment). We wrote it, because the old lib we used broke. So if it provides what you need, we are happy to share it with you!
# Functionality
## channels
- create a channel
- send a message to a channel
- archive a channel
- check if a channel exists
- get a channel id by the channels name
- set a channel topic
- invite users to channel
## users
- send a message to a user
- find a user by its mail-address
- invite user to a channel
# Install over Maven
```
biz.cosee
slack-client-java
1.1
```