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 a lot of accessibility issues on the site
Review and approve PR that drops python 3.6
Review and explain coverage to contributor
Write skill for opsdroid to take questions from viewers to be displayed on obs
Approve and merge PR that fixes documentation
Update db action on twitch game skill
Add 'UserLeftChat' event to twitch connector
Initial work on opsdroid skill to work with game idea
Review PR that refactors tests and add new way to test API calls
Find breaking bug and fix it
Update wip PR and mark it as ready for review - twitch connector
Refactor tests to deal with auth data file
Refactor the connector to improve tests
Write documentation for the twitch connector
Finish writing tests for the whole Twitch connector
Finish off most of testing for the Twitch Connector
Keep on writing tests O_O
continue writing tests for twitch connector
Keep writing tests for the Twitch Connector - up to 48% coverage!
Refactor urls to use the same const variable to handle twitch api versions better
Replace V5 api call with the new API endpoint for updating stream title
Remove all whitespaces on Twitch Connector - linting fixes
Start writing pytest tests for the Twitch Connector
Fix bug with the twitch bot - logging on the wrong place