Metadata-Version: 1.1
Name: will
Version: 0.9.4
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.9.4']
Description: ![Travis Badge](https://travis-ci.org/skoczen/will.svg?branch=master) ![Pypi Badge](https://badge.fury.io/py/will.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!")
        ```
        
        The hipchat Will was first built by [Steven Skoczen](http://stevenskoczen.com) while in the Greenkahuna Skunkworks (now defunct), was extended by [Ink and Feet](https://inkandfeet.com), and has been [contributed to by lots of awesome people](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!
        
        
        **Next Release** 0.9.4 is scheduled for April 25, 2017.  Please test your integrations against master, and report any bugs!
Keywords: hipchat,bot,ai
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
