Skip to main content

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


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.2.1.tar.gz (7.7 kB view details)

Uploaded Source

Built Distribution

simple_slack_gen-0.2.1-py3-none-any.whl (13.9 kB view details)

Uploaded Python 3

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

Hashes for simple_slack_gen-0.2.1.tar.gz
Algorithm Hash digest
SHA256 9d764fa22002c8d4a65fa21a5d6dfdf46bced441c8ae6bec4545868c91f2f7aa
MD5 fd59d7ecce93a7513f9226e08e739997
BLAKE2b-256 f7a07a283d30d6148c51968974f7d6d359ddd986c9d9e0926270ffee04dd4010

See more details on using hashes here.

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

Hashes for simple_slack_gen-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e8376fcdca769c81314855eea2075226027b401ce06713b6d40b69b0585c219e
MD5 1cb7597e1f615a8fad0773720e37be30
BLAKE2b-256 5d06d6b6e070cb4807429c6218920a49cc326e0c4ef025cfdbe80ded4018849b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page