Metadata-Version: 1.1
Name: will
Version: 0.8.1
Summary: A friendly python hipchat bot
Home-page: https://github.com/skoczen/will
Author: Steven Skoczen
Author-email: skoczen@gmail.com
License: UNKNOWN
Download-URL: ['https://github.com/skoczen/will/tarball/0.8.1']
Description: ![Circle Badge](https://circleci.com/gh/skoczen/will.png?circle-token=da92149684f6e2642fe4ddfd34ef371e264b7133) ![Pypi Badge](https://badge.fury.io/py/will.png)   ![Downloads Badge](https://pypip.in/d/will/badge.png)
        
        <img  align="right" src="https://gk-will.s3.amazonaws.com/will-head.png?v2" alt="Will's smilling face" title="Will's smilling face"/>
        
        Meet Will.
        
        Will is the friendliest, easiest-to-teach bot you've ever used.  He works on hipchat, in rooms and 1-1 chats.
        
        He makes teaching your chat bot this simple:
        
        ```python
        @respond_to("hi")
        def say_hello(self, message):
            self.say("oh, hello!")
        ```
        
        Will was first built by [Steven Skoczen](http://stevenskoczen.com) while in the [Greenkahuna Skunkworks](http://skunkworks.greenkahuna.com), and has been [contributed to by lots of folks](http://skoczen.github.io/will/improve/#the-shoulders-of-giants).
        
        Will has docs, including a quickstart and lots of screenshots at:
        **[http://skoczen.github.io/will/](http://skoczen.github.io/will)** 
        
        Check them out!
        
Keywords: hipchat,bot
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Software Development :: Libraries :: Python Modules
