libslack

Status

https://travis-ci.org/Nicoretti/libslack.svg?branch=master https://coveralls.io/repos/Nicoretti/libslack/badge.svg?branch=master&service=github Documentation Status Code Health package on pypi

Tickets

'Throughput Graph' 'Stories in Ready'

Overview

libslack is a lightweight python wrapper around the Slack-Web-Api. As part of libslack a small tool called scmd.py which provides a command line interface for the slack api.

Requirements

  • Python 3.4 and newer

Dependencies

Installation

From PyPi

pip install libslack

From Github

pip install git+https://github.com/Nicoretti/libslack.git

From Source

python3 setup.py install