Metadata-Version: 1.1
Name: will
Version: 2.0.1b4
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/2.0.1beta4']
Description-Content-Type: UNKNOWN
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 Slack, Hipchat, Rocket.chat, and more - so you can build your bot without platform lock-in.
        
        He makes teaching your chat bot this simple:
        
        ```python
        @respond_to("hi")
        def say_hello(self, message):
            self.say("oh, hello!")
        ```
        
        The first version of Will was 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)** 
        
        If you've been using Will 0.x or 1.x, and are wondering how to upgrade to 2.x, [here's our friendly guide](http://skoczen.github.io/will/upgrading_to_2/). :) 
        
        Check them out!
        
Keywords: chatbot,bot,ai,slack,hipchat,rocketchat,stride
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
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Framework :: Robot Framework
Classifier: Framework :: Robot Framework :: Library
Classifier: Framework :: Robot Framework :: Tool
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
