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"))
Module Documentation and Snippets
chat
conversations
- list -
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
File details
Details for the file simple_slack_gen-0.2.0.tar.gz
.
File metadata
- Download URL: simple_slack_gen-0.2.0.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.6 Darwin/23.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c20ffeb8ac90acba7105dad88a56eee9beb4ccfb54a493c975f176cf040823d0 |
|
MD5 | 248ef51a8a5875c7d2427eda6cd7c004 |
|
BLAKE2b-256 | 36c3713b11c89443796d04d631962a22cf5d1ade9907075307263ea4768d4449 |
File details
Details for the file simple_slack_gen-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: simple_slack_gen-0.2.0-py3-none-any.whl
- Upload date:
- Size: 15.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.6 Darwin/23.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11b7ec40705ed9488827d9e3de2b2c10a6f41437d311bda13ce6ebe6bb79c4df |
|
MD5 | e400bd3e4cbd169a435ca65c744dab6f |
|
BLAKE2b-256 | f042258581c4b11154499d99a1b102c2394e1faf378d331dee36b1de187c6db4 |