Skip to content
This repository was archived by the owner on Jun 20, 2019. It is now read-only.

RobotsAndPencils/python-slackclient

 
 

python-slackclient

build-status codecov doc-status pypi-version

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.

Overview

This plugin is a light wrapper around the Slack API. 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.

About

Slack Developer Kit for Python

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 67.8%
  • Batchfile 12.2%
  • Makefile 12.0%
  • HTML 8.0%