No project description provided
Project description
Slack Python SDK
Overview
One way to interact with the Slack platform is its HTTP RPC-based Web API, a collection of methods requiring OAuth 2.0-based user, bot, or workspace tokens blessed with related OAuth scopes.
Synchronous Client
from simple_slack_gen import Client
from os import getenv
client = Client(oauth_token=getenv("API_TOKEN"))
Asynchronous Client
from simple_slack_gen import AsyncClient
from os import getenv
client = AsyncClient(oauth_token=getenv("API_TOKEN"))
SDK Usage
See SDK Examples for example usage of all SDK functionality
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simple_slack_gen-0.2.1.tar.gz.
File metadata
- Download URL: simple_slack_gen-0.2.1.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.8.18 Linux/6.5.0-1025-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d764fa22002c8d4a65fa21a5d6dfdf46bced441c8ae6bec4545868c91f2f7aa
|
|
| MD5 |
fd59d7ecce93a7513f9226e08e739997
|
|
| BLAKE2b-256 |
f7a07a283d30d6148c51968974f7d6d359ddd986c9d9e0926270ffee04dd4010
|
File details
Details for the file simple_slack_gen-0.2.1-py3-none-any.whl.
File metadata
- Download URL: simple_slack_gen-0.2.1-py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.8.18 Linux/6.5.0-1025-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8376fcdca769c81314855eea2075226027b401ce06713b6d40b69b0585c219e
|
|
| MD5 |
1cb7597e1f615a8fad0773720e37be30
|
|
| BLAKE2b-256 |
5d06d6b6e070cb4807429c6218920a49cc326e0c4ef025cfdbe80ded4018849b
|