turbot / steampipe-plugin-slack

Use SQL to instantly query users, channels, emoji and more from your Slack workspace. Open source CLI. No DB required.

Home Page:https://hub.steampipe.io/plugins/turbot/slack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

Slack Plugin for Steampipe

Use SQL to query infrastructure including servers, networks, identity and more from Slack.

Quick Start

Install the plugin with Steampipe:

steampipe plugin install slack

Run a query:

select email, is_admin from slack_user;

Developing

Prerequisites:

Clone:

git clone https://github.com/turbot/steampipe-plugin-slack.git
cd steampipe-plugin-slack

Build, which automatically installs the new version to your ~/.steampipe/plugins directory:

make

Configure the plugin:

cp config/* ~/.steampipe/config
vi ~/.steampipe/config/slack.spc

Try it!

steampipe query
> .inspect slack

Further reading:

Open Source & Contributing

This repository is published under the Apache 2.0 (source code) and CC BY-NC-ND (docs) licenses. Please see our code of conduct. We look forward to collaborating with you!

Steampipe is a product produced from this open source software, exclusively by Turbot HQ, Inc. It is distributed under our commercial terms. Others are allowed to make their own distribution of the software, but cannot use any of the Turbot trademarks, cloud services, etc. You can learn more in our Open Source FAQ.

Get Involved

Join #steampipe on Slack →

Want to help but don't know where to start? Pick up one of the help wanted issues:

About

Use SQL to instantly query users, channels, emoji and more from your Slack workspace. Open source CLI. No DB required.

https://hub.steampipe.io/plugins/turbot/slack

License:Apache License 2.0


Languages

Language:Go 99.2%Language:PLSQL 0.5%Language:Makefile 0.3%