Python client for Slack.com
Project description
python-slackclient
================
[](https://travis-ci.org/slackhq/python-slackclient)
[](https://coveralls.io/github/slackhq/python-slackclient?branch=master)
[](http://python-slackclient.readthedocs.io/en/latest/?badge=latest)
A basic client for Slack.com, which can optionally connect to the Slack Real Time Messaging (RTM) API.
Check out the [full documentation over here](http://python-slackclient.readthedocs.io/en/latest/?badge=latest)!
Overview
---------
This plugin is a light wrapper around the [Slack API](https://api.slack.com/). In its basic form, it can be used to call any API method and be expected to return a dict of the JSON reply.
The optional RTM connection allows you to create a persistent websocket connection, from which you can read events just like an official Slack client. This allows you to respond to events in real time without polling and send messages without making a full HTTPS request.
See [python-rtmbot](https://github.com/slackhq/python-rtmbot/) for an active project utilizing this library.
================
[](https://travis-ci.org/slackhq/python-slackclient)
[](https://coveralls.io/github/slackhq/python-slackclient?branch=master)
[](http://python-slackclient.readthedocs.io/en/latest/?badge=latest)
A basic client for Slack.com, which can optionally connect to the Slack Real Time Messaging (RTM) API.
Check out the [full documentation over here](http://python-slackclient.readthedocs.io/en/latest/?badge=latest)!
Overview
---------
This plugin is a light wrapper around the [Slack API](https://api.slack.com/). In its basic form, it can be used to call any API method and be expected to return a dict of the JSON reply.
The optional RTM connection allows you to create a persistent websocket connection, from which you can read events just like an official Slack client. This allows you to respond to events in real time without polling and send messages without making a full HTTPS request.
See [python-rtmbot](https://github.com/slackhq/python-rtmbot/) for an active project utilizing this library.
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
slackclient-1.0.1.tar.gz
(7.5 kB
view details)
File details
Details for the file slackclient-1.0.1.tar.gz
.
File metadata
- Download URL: slackclient-1.0.1.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4555589335b99b8b8c8faf217aceb7be13d789414ebad757a2eebcd8e9ad273e |
|
MD5 | fbb9479478321fb806893a6a4d6112b1 |
|
BLAKE2b-256 | 60a8a825179b61912cb791629cf296b87056ea5aff5a5b5dd34e000440afd1f0 |