Update README

master
Nikola Forró 5 years ago
parent 26e39d422e
commit 27c653235b

@ -15,6 +15,8 @@
* `teespring-api` - Flask application implementing RESTful API for querying Teespring merchandise stores * `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-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-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 ## Deployment
@ -39,3 +41,7 @@ docker exec $QUOTES_API_CONTAINER_NAME python generate_api_key.py $USERNAME $EXP
## Twitch subs API key generation ## Twitch subs API key generation
Same as above, just replace `quotes-api` with `twitch-subs-api`. 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`.

Loading…
Cancel
Save