Home

Awesome

Twitch-Discord Live Notifications

A rudimentary AWS lambda function for notifying your discord server when you're live on Twitch

DeepSource CodeQL

This lambda function acts as a webhook reciever for Twitch's EventSub API. Full instructions for usage will be in a blog post soon.

Requirements

Install

To install dependencies in a manner ready for sending to AWS, run the following:

$ pip install --target . -r requirements.txt

Usage

This function is intended to run on AWS Lambda. See the blog post for more information. Make sure to make a copy of env.example.py, rename it to env.py and fill out the required values:

Credits