Skip to content

dbt-labs/tap-slack

Repository files navigation

tap-slack

Author: Drew Banin ([email protected])

This is a Singer tap that produces JSON-formatted data following the Singer spec.

It:

  • Generates a catalog of available data in Slack
  • Extracts the following resources:
  • Users
  • Channels
  • Conversations

Quick Start

  1. Install
git clone [email protected]:fishtown-analytics/tap-slack.git
cd tap-slack
pip install -e .
  1. Get an API key

https://api.slack.com/apps

  1. Create the config file.

There is a template you can use at config.json.example, just copy it to config.json in the repo root and insert your token and email

  1. Run the application to generate a catalog.
tap-slack -c config.json --discover > catalog.json
  1. Select the tables you'd like to replicate

Step 4 generates a a file called catalog.json that specifies all the available endpoints and fields. You'll need to open the file and select the ones you'd like to replicate. See the Singer guide on Catalog Format for more information on how tables are selected.

  1. Run it!
tap-slack -c config.json --catalog catalog.json

Copyright © 2019 Fishtown Analytics

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •