Go to file
Uzurka 98c83b4851
Docker Build / Build Docker image (push) Successful in 1m29s Details
Actualiser .gitea/workflows/docker-build.yml
2023-08-30 11:00:17 +02:00
.gitea/workflows Actualiser .gitea/workflows/docker-build.yml 2023-08-30 11:00:17 +02:00
.dockerignore added Docker Ignore file 2023-07-10 22:09:15 +02:00
.drone.yml added Docker Ignore file 2023-07-10 22:09:15 +02:00
.gitignore first commit 2023-07-10 21:43:47 +02:00
Dockerfile added Docker support with env variables 2023-07-10 21:57:25 +02:00
LICENSE first commit 2023-07-10 21:43:47 +02:00
README.md edited readme 2023-07-10 22:06:46 +02:00
index.js added Docker support with env variables 2023-07-10 21:57:25 +02:00
package-lock.json first commit 2023-07-10 21:43:47 +02:00
package.json first commit 2023-07-10 21:43:47 +02:00

README.md

Testflight Programs watcher with Discord webhook notifications

Forked from https://github.com/alecs297/discord-testflight-watcher/tree/main

Very basic Node.js script that sends webhook data when a testflight link is available.

This script refreshes the invites every 30 seconds and doesn't require a discord bot account.

Requirements

  • Docker

Setup

Exemple docker-compose file:

version: '3'
services:
  testflight-watcher:
    image: uzurka/testflight-watcher
    restart: unless-stopped
    environment:
      TESTFLIGHT_ID: KmtX0bcQ # Paste here what comes after the "https://testflight.apple.com/join/" in the beta link
      DISCORD_WEBHOOK_URL: https://discord.com/api/webhooks/123456789/FDSFSDFSDFSDFSDF # Paste here the URL of your Discord Webhook

Docker run command:

docker run --env TESTFLIGHT_ID= --env DISCORD_WEBHOOK_URL=h uzurka/testflight-watcher 

Beta Programs

If you want other cool beta programs to watch over, this repo lists them https://github.com/pluwen/awesome-testflight-link