|
|
|
@ -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`.
|
|
|
|
|