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
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
simple_slack_gen-0.1.0.tar.gz
(20.8 kB
view details)
Built Distribution
File details
Details for the file simple_slack_gen-0.1.0.tar.gz
.
File metadata
- Download URL: simple_slack_gen-0.1.0.tar.gz
- Upload date:
- Size: 20.8 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 | 2313b8467e343841912b7b06254d5fa32fbf6ed7228a69a3ae241fe130bc096b |
|
MD5 | 01925fc6101187292338497e4e702c54 |
|
BLAKE2b-256 | d68b14928bd41d76e7b40abbc03a31ad929a2712802815f20f038ec0c803f11d |
File details
Details for the file simple_slack_gen-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: simple_slack_gen-0.1.0-py3-none-any.whl
- Upload date:
- Size: 11.6 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 | 8d2e244cdc2ff284282e00d6df7c8c9b97c2a8f17f40d2bb285f5fac38225179 |
|
MD5 | c43ac5cc5dbd059c91309b5292b7a8d3 |
|
BLAKE2b-256 | c60f31507997938762612f1be82ab4aa94bc52aeb863942a35eeac5606792a59 |