https://github.com/khrj/slack-rtm-api
Connect to the Slack platform over a persistent Websocket connection. Deno port of @slack/rtm-api
https://github.com/khrj/slack-rtm-api
deno rtm-api slack slack-api
Last synced: about 2 months ago
JSON representation
Connect to the Slack platform over a persistent Websocket connection. Deno port of @slack/rtm-api
- Host: GitHub
- URL: https://github.com/khrj/slack-rtm-api
- Owner: khrj
- License: mit
- Created: 2021-02-10T15:15:42.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-13T05:56:37.000Z (almost 5 years ago)
- Last Synced: 2025-12-12T22:59:00.790Z (6 months ago)
- Topics: deno, rtm-api, slack, slack-api
- Language: TypeScript
- Homepage: https://deno.land/x/slack_rtm_api
- Size: 48.8 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[WIP] Slack Real Time Messaging API
Connect to the Slack platform over a persistent Websocket connection. Deno port of @slack/rtm-api
## Usage
```ts
import {} from 'https://deno.land/x/slack_rtm_api@0.0.3/mod.ts'
```
## Supporters
[](https://github.com/khrj/slack-rtm-api/stargazers)
[](https://github.com/khrj/slack-rtm-api/network/members)
## Related
- [Deno Slack SDK](https://github.com/slack-deno/deno-slack-sdk)
- [Deno modules](https://github.com/khrj/deno-modules)