Kn Slack Save

A simple and comprehensive Slack API client.

Project README

slack

slack is a Python package that provides an interface to Slack listed officially on slack.com.

Build Status

Installation

Install via pip

$ pip install pyslack

Install from source:

$ git clone git://github.com/kn/slack.git
$ cd slack
$ python setup.py install

Getting Started

You need to get your Slack token from api.slack.com.

import slack
import slack.chat
slack.api_token = 'your_token'
slack.chat.post_message('#eng', 'Hello slackers!', username='mybot')

import slack.users
slack.users.list()

Available Methods

All methods in a preview release of Slack API are available.

Open Source Agenda is not affiliated with "Kn Slack" Project. README Source: kn/slack
Stars
95
Open Issues
3
Last Commit
4 years ago
Repository
Tags

Open Source Agenda Badge

Open Source Agenda Rating