will
will copied to clipboard
Will is a simple, beautiful-to-code bot for slack, hipchat, and a whole lot more.
Bumps [bottle](https://github.com/bottlepy/bottle) from 0.12.19 to 0.12.20. Commits a2b0ee6 Release of 0.12.20 04b27f1 Merge branch 'release-0.12+cheroot' of https://github.com/juergh/bottle into ... e140e1b Gracefully handle errors during early request binding. 6e9c55a Added depr...
Fixes #366 - Updated the version of `requests` to work with the latest version of `urllib3`. - Updated `pyasn1` to work with newer versions of `ldap3`. Cannot update to the...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.10 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
Bumps [jinja2](https://github.com/pallets/jinja) from 2.7.3 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...
This adds two tests: - Tests that a string can be encrypted - Tests that an encrypted string can be decrypted I would like to fix the pycrypto vulnerability as...
Adds slack_attachment mixin. This allows you to build nicely formatted slack attachment messages like the ones below. I put this in mixins but I'm not sure that's where it belongs....
PR adds support for Slack bot messages that come in via WebHooks. Based on the work from @Ashex in the original issue, it updates the message type check, and creates...
PR makes it so `will_is_mentioned` is set, even if message was determined to be direct (Began with the Chatbots handle). Change affects only HipChat and Slack, as RocketChat already seems...
Appended slack-specific response to UNSURE replies. ```Try @botname help``` Ensured that logging and UNSURE appends uses *self.me.name* when it exists and uses *self.me.handle* as a fallback only.