Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hivesolutions/slack-api

Implementation of the Slack OAuth based API
https://github.com/hivesolutions/slack-api

api oauth python rest slack

Last synced: 10 days ago
JSON representation

Implementation of the Slack OAuth based API

Awesome Lists containing this project

README

        

# [Slack API](http://slack-api.hive.pt)

Implementation of the Slack OAuth based API.

## Configuration

| Name | Type | Description |
| ---------------------- | ----- | ---------------------------------------------------------------------------- |
| **SLACK_ID** | `str` | The Slack identifier to make API requests (defaults to `None`). |
| **SLACK_SECRET** | `str` | The secret key to be used to authenticate API requests (defaults to `None`). |
| **SLACK_REDIRECT_URL** | `str` | The URL to be used for the OAuth redirection process (defaults to `None`). |

## License

Slack API is currently licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/).

## Build Automation

[![Build Status](https://github.com/hivesolutions/slack-api/workflows/Main%20Workflow/badge.svg)](https://github.com/hivesolutions/slack-api/actions)
[![Coverage Status](https://coveralls.io/repos/hivesolutions/slack-api/badge.svg?branch=master)](https://coveralls.io/r/hivesolutions/slack-api?branch=master)
[![PyPi Status](https://img.shields.io/pypi/v/slack-api.svg)](https://pypi.python.org/pypi/slack-api)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/)