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.
Fix failing redis database tests after move to aioredis
Update redis database code for aioredis
Replace asyncio_redis with aioredis
Raise WIP PR that replaces asyncio_redis with aioredis
Welcome new contributor to
start porting redis database from asyncio_redis to aioredis
Review PR that adds entities to parsers
update opsdroid dependencies
review PR that updates matrix sync timeout time
Merge PR that adds blocks support to the slack connector
Review PR that adds using Blocks with the slack connector
reply to issue asking about slack connector
Last refactor of the logging code
Add new test for when whitelist and blacklist filter is in use together
Refactor logging filter code to handle case when user has both whitelist and blacklist filters in configuration
Update PR with latest changes and run Travis
Write tests for changes in the logging code - bump coverage to 100%
Refactor changes from yesterday to logging
Add logging filters to whitelist/blacklist logs
Add extended mode to logging - logs show function/method names of log