Changes to be released
- Handler instances returns the selected view (#161)
- Move Telegram and Messenger modules to outside
platform
module. Also renameplatform
module toplatforms
(due to Python builtinplatform
module) (#161) - Create option to change msg handlers module (#172)
- Remove unused
settings_module
option from Bottery (#173) - Added Python 3.7 to
tox.ini
(#169) - Use raw string in regex tests and docs (#183)
- Stop responding with
null
when a view doesn't return anything (#154)
- Simplify Github templates (#157)
- Add Middlewares to message/response process (#155).
- Add Github templates for issues and pull requests (#151).
- Telegram support with polling and webhook modes.
- Telegram widgets for replying and keyboard message.
- Facebook Messenger support.
- Create Handlers (message, startswith, regex and default).
- Create function for template rendering.