Metadata-Version: 1.1
Name: SlackBotter
Version: 1.2.7
Summary: Slack bot for simple workflow
Home-page: http://github.com/sfinseth/SlackBotter.git
Author: Stefan Finseth
Author-email: stefanfinseth@gmail.com
License: LICENSE.txt
Description: SlackBotter
        ===========
        Purpose of this package:
        ------------------------
        Provides a quick and easy way to hook your
        python code up to a slack bot, letting you
        worry about writing functionality instead of
        spending time writing slack integration.
        
        Packages:
        ---------
        What:
        
            SlackBotter
        
        Contains:
        
            functionality to set up triggers and parameters for functions
            based on slack messages
        
        What:
        
            DictStore
        
        Contains:
        
            functionality to save a dictionary to a json file on disk
        
        Typical Usage:
        --------------
            see bin/example.py
        
        
        Authors: Stefan Finseth
        
        Version: 1.0 of 2017-07-05
        
Platform: UNKNOWN
Requires: slackclient
Requires: requests
