All Projects → khrj → slack-web-api

khrj / slack-web-api

Licence: MIT license
Simple, convenient, and configurable HTTP client for making requests to Slack’s Web API. Deno port of @slack/web-api

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to slack-web-api

Bolt Python
A framework to build Slack apps using Python
Stars: ✭ 190 (+1087.5%)
Mutual labels:  slack, web-api, slack-api
Fantasy Football Metrics Weekly Report
Command line application to create weekly reports (containing stats, metrics, and rankings) for Fantasy Football leagues on the following platforms: Yahoo, Fleaflicker, Sleeper, ESPN.
Stars: ✭ 62 (+287.5%)
Mutual labels:  slack, slack-api
Slack Poster
Simple gem to post messages on Slack using web hooks.
Stars: ✭ 49 (+206.25%)
Mutual labels:  slack, slack-api
Slack Block Builder
Lightweight, no-dependency JavaScript library for creating Slack Block Kit UIs, with a builder syntax, inspired by SwiftUI.
Stars: ✭ 129 (+706.25%)
Mutual labels:  slack, slack-api
Slack Ruby Client
A Ruby and command-line client for the Slack Web, Real Time Messaging and Event APIs.
Stars: ✭ 957 (+5881.25%)
Mutual labels:  slack, slack-api
Slack Api
A super simple PHP wrapper for Slack API
Stars: ✭ 34 (+112.5%)
Mutual labels:  slack, slack-api
Slack cleaner2
📝 Python3 module for deleting Slack messages and files using the Slack REST API
Stars: ✭ 92 (+475%)
Mutual labels:  slack, slack-api
Slackpirate
Slack Enumeration and Extraction Tool - extract sensitive information from a Slack Workspace
Stars: ✭ 512 (+3100%)
Mutual labels:  slack, slack-api
Sclack
The best CLI client for Slack, because everything is terrible!
Stars: ✭ 2,363 (+14668.75%)
Mutual labels:  slack, slack-api
Slack Watchman
Monitoring your Slack workspaces for sensitive information
Stars: ✭ 159 (+893.75%)
Mutual labels:  slack, slack-api
Slack Cli
Powerful Slack CLI via pure bash. Rich messaging, uploads, posts, piping, oh my!
Stars: ✭ 850 (+5212.5%)
Mutual labels:  slack, slack-api
EventSource
EventSource in Deno
Stars: ✭ 18 (+12.5%)
Mutual labels:  web-api, deno
Whatis
Whatis bot server for Slack!
Stars: ✭ 22 (+37.5%)
Mutual labels:  slack, slack-api
Bolt Starter
A Bolt ⚡️ app template with useful settings for easier development
Stars: ✭ 37 (+131.25%)
Mutual labels:  slack, slack-api
Slack Black Theme
slack theme, dark theme for slack, black theme slack black theme
Stars: ✭ 531 (+3218.75%)
Mutual labels:  slack, slack-api
Slack Machine
A sexy, simple, yet powerful and extendable Slack bot
Stars: ✭ 91 (+468.75%)
Mutual labels:  slack, slack-api
Chat
Chat with your team while you collaborate over code using VS Live Share
Stars: ✭ 468 (+2825%)
Mutual labels:  slack, slack-api
Slacker
Slack Bot Framework
Stars: ✭ 495 (+2993.75%)
Mutual labels:  slack, slack-api
Slack Api Specs
Open API specifications for platform products by Slack
Stars: ✭ 148 (+825%)
Mutual labels:  slack, slack-api
Slacknimate
👯 Realtime text animation for Slack chatops
Stars: ✭ 250 (+1462.5%)
Mutual labels:  slack, slack-api
slack_web_api illustration

Slack Web API

Simple, convenient, and configurable HTTP client for making requests to Slack’s Web API. Deno port of @slack/web-api

build status language code size issues license version

View on deno.land




Usage

import { WebClient } from "https://deno.land/x/[email protected]/mod.ts"
const web = new WebClient("your-token-here")

await web.chat.postMessage({
    channel: "C01C74D080J",
    text: "Hi from slack for deno",
})

API

Supporters

Stargazers repo roster for @khrj/slack-web-api

Forkers repo roster for @khrj/slack-web-api

Related

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].