SirTalkAlot

SirTalkAlot is a Slack (RTM) based bot which provides a simple service based slack bot.

Status

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

Tickets

'Throughput Graph' 'Stories in Ready'

Project Structure

The project is split into 3 different modules.

  • bot
  • services
  • websocket

bot

TBD

services

TBD

websocket

This module contains a websocket client which is necessary to use the RTM. SirTalkAlot currently does not provide it’s own implementation, he just uses a small wrapper around the ws4py web socket client. See ws4py.