Skip to content

Releases: GregHilston/Simple-Slack-Bot

v2.3.4

27 Aug 01:18
Compare
Choose a tag to compare

Release of version v2.3.4

v2.2.0

26 Aug 16:08
Compare
Choose a tag to compare

Updated dependencies to no longer reference an old deprecated Slack API call

v2.0.0

24 Aug 21:30
Compare
Choose a tag to compare

Remove old unmaintained dependency slacker and replaced with new python-slackclient. Additionally wrote a slew of unit tests which did uncover bugs in the helper functions.

v1.3.0

18 Aug 02:47
Compare
Choose a tag to compare

Added

  • Ability to gracefully kill the application with CTRL + C
  • Catching of all unexpected exceptions, which are logged and allow execution to continue
  • Provided default logging by simply passing debug=True when initializing a SimpleSlackBot

v1.1.0

22 Mar 23:51
Compare
Choose a tag to compare

Added

  • the ability to enable debug mode to see the output of Simple Slack Bot

Fixed

  • a crash occurring when the key text wasn't in the slack event's JSON

The Real Initial Release

22 Mar 01:00
Compare
Choose a tag to compare

Simple-Slack-Bot should now be able to be imported successfully and used for your simple slack bot needs!

It too me some iterations to fix an import problem that stopped individuals from using the library

Initial release

19 Mar 19:07
Compare
Choose a tag to compare
v1.0.0-alpha

Removed all logging by adding NullHanderl()

Attempt at fixing slack_socket import issue

05 Jun 20:59
Compare
Choose a tag to compare
v0.3.3-alpha

Increased version number

Fixed __init__.py, should be working with newest feature set

02 Jun 21:02
Compare
Choose a tag to compare
v0.3.2-alpha

Updated __init__.py to include the SlackRequest

Redesigned Simple-Slack-Bot to allow our users to use an already implemented API

02 Jun 20:49
Compare
Choose a tag to compare

Our users can now subscribe to slack events by knowing their types, listed in the API itself.