Maintainer of Opsdroid
An open source chat bot framework written in python. It is designed to be extendable, scalable and simple.
This application is designed to take messages from chat services and execute python functions (skills) based on their contents.
Remove pre v0.12.0 helper that moved config to appdirs
Update validation schema with all modules available
Add cli flag to validate config without need to run itself
Debug report and code to pin point the bug
Deal with bug report on new layout configuration
Update PR that adds validation - fix merge conflicts
Fix merge issues on old PR that replaces yaml validation
Merge PR that has been approved and updates layout configuration
Update PR that updates layout config
Update tests and remove validation of configuration since we will move to a new dependency
Add parsers to the module setup method
Spot issue with the parsers
Update tests to bump coverage issues
Update script to update example config to use new layout format
Update configuration example file with new layout
Write documentation on how to migrate to new configuration layout
Review and add suggestions to contributor PR that aims to add some consistency to logging
Do final refactoring to extra function
Reply to new issue raised. Label it as good for first issue
Reply to new user questions
Initial work on updating tests for new config format