Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.
/ twgg-noti Public archive

Notify when the title or category of a Twitch channel changes.

License

Notifications You must be signed in to change notification settings

jebibot/twgg-noti

Repository files navigation

Twgg Noti

CI

Setup

Local GitHub Actions Description
.env.development and .env.production staging and production environment See .env
service-account-key.json GCP_SERVICE_ACCOUNT, GCP_WORKLOAD_IDENTITY_PROVIDER
.firebaserc .firebaserc Project aliases

Generate Webhook Secret

tr -dc A-Za-z0-9 </dev/urandom | head -c 20 | firebase functions:secrets:access TWITCH_WEBHOOK_SECRET --data-file -

Development

NGROK_REGION=jp yarn start

See https://ngrok.com/docs#config_region for supported regions.

Deploy

yarn deploy # -p for production