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.

Test logic for handling validation of post request received to webhook url

Remove handshake method from connector since we are checking if the token if valid on connect

Refactor code to connect to the chat only when user goes live on twitch

Raise Draft PR with WIP Twitch connector (over 600 lines written so far)

Test out Twitch connector on stream and fix issues found on webhook logic and code

Refactor webhook subscription code to reuse method for subscription/unsubscription

Add two new events to the Twitch connector - update title and create clip

Test webhook with the twitch connector and see that it works amazingly well! :D