Skip to content

hivesolutions/slack-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Build Automation

Build Status Coverage Status PyPi Status License