Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://skoczen.github.io/will/
Will is a simple, beautiful-to-code bot for slack, hipchat, and a whole lot more.
https://skoczen.github.io/will/
Last synced: 9 days ago
JSON representation
Will is a simple, beautiful-to-code bot for slack, hipchat, and a whole lot more.
- Host: GitHub
- URL: https://skoczen.github.io/will/
- Owner: skoczen
- License: mit
- Created: 2013-12-03T17:08:08.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-06-03T22:43:46.000Z (over 2 years ago)
- Last Synced: 2024-10-15T20:14:19.754Z (24 days ago)
- Language: Python
- Homepage: https://heywill.io
- Size: 4.44 MB
- Stars: 406
- Watchers: 22
- Forks: 171
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-chatops - Will
- awesome-chatops - Will
README
![Travis Badge](https://travis-ci.org/skoczen/will.svg?branch=master) ![Pypi Badge](https://badge.fury.io/py/will.png)
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!