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.
Check review of Pr that updates config layout and make requested changes
Raise PR with new config layout to get feedback
Update parser choosing logic
Ask question about parsers on chat, notice that the helper function was written wrong
Test to see if bot works as expected
Write function to transform configuration file
Start working on helper functions to modify configuration modules
Raise new issue - easy and beginner friendly - fix regex
Review updates on open PRs that I missed through the weekend
Vote on the sticker design for hacktoberfest
Initial work on refactoring configuration params
Review PR and give feedback
Start refactoring configuration to replace - name with just the name of the module - prevents creating a list of dicts
Discuss configuration and best course of action
Refactor: replace all access-token config param for taken
Play around with validation schemas
Update validation schema for yaml
Fix merge conflicts and update dependencies
Get stuck trying to validate a list of dicts with voluptous library
Remove unused tests and fix linting issues