Metadata-Version: 1.1
Name: limbo
Version: 3.0.0
Summary: Simple and Clean Slack Chatbot
Home-page: https://github.com/llimllib/limbo
Author: Bill Mill
Author-email: bill@billmill.org
License: MIT
Description: Limbo
        =====
        
        A `Slack <https://slack.com/>`__ chatbot
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        .. figure:: https://travis-ci.org/llimllib/limbo.svg?branch=master
           :alt: 
        
        Installation
        ------------
        
        1. Clone the repo
        2. ``pip install -r requirements.txt``
        3. `Create a bot user <https://my.slack.com/services/new/bot>`__ if you
           don't have one yet, and copy the API Token
        4. export SLACK\_TOKEN="your-api-token"
        5. make run (or make repl for local testing)
        6. Invite Limbo into any channels you want it in, or just message it in
           #general. Try typing ``!gif dubstep cat`` to test it out
        
        .. figure:: http://i.imgur.com/xhmD6QO.png
           :alt: kitten mittens
        
           kitten mittens
        Commands
        --------
        
        It's super easy to add your own commands! Just create a python file in
        the plugins directory with an ``on_message`` function that returns a
        string.
        
        You can use the ``!help`` command to print out all available commands
        and a brief help message about them. ``!help <plugin>`` will return just
        the help for a particular plugin.
        
        These are the current default plugins:
        
        -  `calc <https://github.com/llimllib/limbo#calc>`__
        -  `emoji <https://github.com/llimllib/limbo#emoji>`__
        -  `flip <https://github.com/llimllib/limbo#flip>`__
        -  `gif <https://github.com/llimllib/limbo#gif>`__
        -  `google <https://github.com/llimllib/limbo#google-or-search>`__
        -  `help <https://github.com/llimllib/limbo#help>`__
        -  `image <https://github.com/llimllib/limbo#image>`__
        -  `map <https://github.com/llimllib/limbo#map>`__
        -  `stock <https://github.com/llimllib/limbo#stock>`__
        -  `stockphoto <https://github.com/llimllib/limbo#stockphoto>`__
        -  `weather <https://github.com/llimllib/limbo#weather>`__
        -  `wiki <https://github.com/llimllib/limbo#wiki>`__
        -  `youtube <https://github.com/llimllib/limbo#youtube>`__
        
        calc
        ~~~~
        
        .. figure:: https://raw.githubusercontent.com/llimllib/limbo/master/docs/calc.png
           :alt: 
        
        --------------
        
        emoji
        ~~~~~
        
        .. figure:: https://raw.githubusercontent.com/llimllib/limbo/master/docs/emoji.png
           :alt: 
        
        --------------
        
        flip
        ~~~~
        
        .. figure:: https://raw.githubusercontent.com/llimllib/limbo/master/docs/flip.png
           :alt: 
        
        --------------
        
        gif
        ~~~
        
        .. figure:: https://raw.githubusercontent.com/llimllib/limbo/master/docs/gif.png
           :alt: 
        
        --------------
        
        google (or search)
        ~~~~~~~~~~~~~~~~~~
        
        .. figure:: https://raw.githubusercontent.com/llimllib/limbo/master/docs/google.png
           :alt: 
        
        --------------
        
        help
        ~~~~
        
        .. figure:: https://raw.githubusercontent.com/llimllib/limbo/master/docs/help.png
           :alt: 
        
        --------------
        
        image
        ~~~~~
        
        .. figure:: https://raw.githubusercontent.com/llimllib/limbo/master/docs/image.png
           :alt: 
        
        --------------
        
        map
        ~~~
        
        .. figure:: https://raw.githubusercontent.com/llimllib/limbo/master/docs/map.png
           :alt: 
        
        --------------
        
        stock
        ~~~~~
        
        .. figure:: https://raw.githubusercontent.com/llimllib/limbo/master/docs/stock.png
           :alt: 
        
        --------------
        
        stockphoto
        ~~~~~~~~~~
        
        .. figure:: https://raw.githubusercontent.com/llimllib/limbo/master/docs/stockphoto.png
           :alt: 
        
        --------------
        
        weather
        ~~~~~~~
        
        .. figure:: https://raw.githubusercontent.com/llimllib/limbo/master/docs/weather.png
           :alt: 
        
        --------------
        
        wiki
        ~~~~
        
        .. figure:: https://raw.githubusercontent.com/llimllib/limbo/master/docs/wiki.png
           :alt: 
        
        --------------
        
        youtube
        ~~~~~~~
        
        .. figure:: https://raw.githubusercontent.com/llimllib/limbo/master/docs/youtube.png
           :alt: 
        
        --------------
        
        Contributors
        ------------
        
        -  [@fsalum](https://github.com/fsalum)
        -  [@rodvodka](https://github.com/rodvodka)
        -  [@mattfora](https://github.com/mattfora)
        -  [@dguido](https://github.com/dguido)
        -  [@JoeGermuska](https://github.com/JoeGermuska)
        -  [@MathyV](https://github.com/MathyV)
        -  [@stopspazzing](https://github.com/stopspazzing)
        -  [@noise](https://github.com/noise)
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
