slacker 0.5.0
pip install slacker==0.5.0
Newer version available (0.14.0)
Released:
Slack API client
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: http://www.apache.org/licenses/LICENSE-2.0
- Author: Oktay Sancak
- Tags slack , api
Project description
About
Slacker is a full-featured Python interface for the Slack API.
Examples
from slacker import Slacker
slack = Slacker('<your-slack-api-token-goes-here>')
# Send a message to #general channel
slack.chat.post_message('#general', 'Hello fellow slackers!')
# Get users list
response = slack.users.list()
users = response.body['members']
# Upload a file
slack.files.upload('hello.txt')
Installation
$ pip install slacker
Documentation
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: http://www.apache.org/licenses/LICENSE-2.0
- Author: Oktay Sancak
- Tags slack , api
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
File details
Details for the file slacker-0.5.0.tar.gz
.
File metadata
- Download URL: slacker-0.5.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
74bb6d4cd9accef8007527becadd3a3f116bd00b5058e0d89d19f4e56ac5b884
|
|
MD5 |
d3576bc63f549655f9698501db9e3ebe
|
|
BLAKE2b-256 |
1d127dd58a7bf21d58e1b56ccd63439fab1de00d36dfaf6f6086d6b7b23fb162
|