From 27c653235be6f227a9f9ac912627b58160dae680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Fri, 16 Aug 2019 11:59:11 +0200 Subject: [PATCH] Update README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 325c6f0..3152668 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ * `teespring-api` - Flask application implementing RESTful API for querying Teespring merchandise stores * `twitch-cache-api` - Flask application implementing RESTful API for querying the Twitch cache * `twitch-subs-api` - Flask application implementing RESTful API for querying the database of Twitch subscriptions +* `twitch-webhooks` - Flask application managing Twitch webhooks subscriptions and implementing RESTful API for callbacks +* `twitch-events` - Websockets server broadcasting Twitch events (retrieved using webhooks) ## Deployment @@ -39,3 +41,7 @@ docker exec $QUOTES_API_CONTAINER_NAME python generate_api_key.py $USERNAME $EXP ## Twitch subs API key generation Same as above, just replace `quotes-api` with `twitch-subs-api`. + +## Twitch events key generation + +Same as above, just replace `twitch-subs-api` with `twitch-events`.