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.
Raise new question on twitch dev foruns asking about weird error message
Attempt to subscribe to twitch webhook now that the route is working ok - still fails
Test if new route is working when creating webhook
Handle case where oauth token expired - websockets doesn't close connection!
Split up code to send back same data to websocket to attempt reconnection to a channel
Find and squash bug when trying to refresh oauth token
Write docstrings for the whole twitch connector
Squash some logic bugs when trying to save/get oauth data in twitch connector
Test new oauth request step in new twitch connector
Create skill to ban bots trying to sell followers
Handle oauth token generation logic inside the connector
Add events to be triggered when something happens in twitch
Continue working on opsdroid twitch connector
Review and merge PR that adds getter helper methods to
Share thoughts on possible changes with site
Check new PR raised by Jacob on adding module reload to
Review PR raised by contributor that updates outdated documentation
Help contributor on PR to add support for video
Review PR raised by contributor that adds support for video events to
Update a crap load of dependencies
Update opsdroid dependencies since travis is unstuck now
Write fix for issue raised by user and create PR for it