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.
Reply to issue request to support slack attachments on the slack connector
Review PR to add different regex matching to
Merge bug fix raised by contributor
Submit PR to fix bug that makes bot freeze when user edits a message in Telegram
Join discussion about handling edited_messages on Telegram Connector
Review bug submittion on Telegram Connector
Read mattermost documentation to implement a connector in
Attempt to fix issues with pyyaml update
Review changelog to pyyaml 5.1 to be used in
Updated Slack Connector PR
Write tests to bump coverage to 100%
Fix issue with slack connector - bad auth token would break the app
Update Telegram Connector to handle 409 error
Review new issue raised by user on Telegram Connector
Merge PR to bump electron version
Update documentation for the changes on Telegram connector
Write new tests for new methods
Fix old tests that were failing with the refactor