Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hivesolutions/slack-api
- Owner: hivesolutions
- Created: 2017-06-20T16:22:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-30T08:52:59.000Z (4 months ago)
- Last Synced: 2025-01-10T04:57:02.930Z (17 days ago)
- Topics: api, oauth, python, rest, slack
- Language: Python
- Homepage: http://slack-api.hive.pt
- Size: 46.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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/)