This repository has been archived by the owner on Aug 15, 2022. It is now read-only.
Releases: slackapi/python-rtmbot
Releases · slackapi/python-rtmbot
0.4.1 Release
Refactor plugin architecture
BREAKING CHANGES!
Plugins are now easier to handle from the python REPL and tests. See the README for usage instructions. This also makes it possible to install and use this from PyPi.
Adds Web API access into plugin context and fixed Windows plugin imports
There will be a future release with some refactoring to make the inclusion of the SlackClient a bit easier, but for now this should work!
Unicode should now work
We should be using Unicode strings everywhere in Python 2.7 and 3.x now.
Note, I also changed the versioning to use x.x.x instead of x.xx for better semantic versioning.
Refactor to pull RTMBot class to make it more isolated
This repo still has a fair ways to go to get it up to a production release quality, including lots of testing. This marks the beginning point of working towards better quality and testing.