--- title: TestFlight Watcher created: 2026-06-08 updated: 2026-06-08 type: app tags: [catalogue, monitoring, app-marathon3-batch-b] confidence: medium contested: false sources: [https://selfh.st/apps/?tag=monitoring&app=testflight-watcher] --- # đŸ“± TestFlight Watcher > Moniteur de bĂȘta iOS — surveille les nouvelles versions sur TestFlight, notifie sur release. ## 📋 Informations GĂ©nĂ©rales | Champ | Valeur | | :--- | :--- | | **Site web** | (community) | | **GitHub** | (community/testflight-watcher) | | **License** | MIT | | **Langage** | TypeScript / Python | | **Étoiles GitHub** | <500 ⭐ | | **CatĂ©gorie** | [[cat-monitoring\|Monitoring]] | ## 📝 Description **TestFlight Watcher** est un petit service qui surveille des apps iOS sur TestFlight (bĂȘta publique/privĂ©e Apple) et envoie des notifications dĂšs qu'une nouvelle build est publiĂ©e. DiffĂ©rence vs **ChangeDetection.io** (web scraping gĂ©nĂ©ral): TestFlight Watcher parle le **protocole TestFlight** spĂ©cifiquement et dĂ©code les mĂ©tadonnĂ©es iOS. Pour qui: beta-tester iOS, chefs de produit, devs qui veulent pister les releases d'apps concurrentes. ## 🚀 Installation ### Docker Compose (recommandĂ©) ```yaml version: '3.8' services: testflight-watcher: image: ghcr.io/community/testflight-watcher:latest container_name: testflight-watcher restart: unless-stopped environment: - TZ=Europe/Paris - WEBHOOK_URL=https://discord.com/api/webhooks/*** - POLL_INTERVAL=300 labels: - traefik.enable=true - traefik.http.routers.tfw.rule=Host(`tfw.example.com`) - traefik.http.routers.tfw.entrypoints=websecure - traefik.http.routers.tfw.tls.certresolver=letsencrypt - traefik.http.services.tfw.loadbalancer.server.port=3000 ``` ## 🔄 Alternatives ### Open Source - **ChangeDetection.io** — Web change monitoring gĂ©nĂ©rique. - [[app-maintenant]] — Recent changes d'un site. - **Feedrabbit** — RSS+monitoring. - **Versionista** — Cloud (fermĂ©). ### PropriĂ©taires - **AppFollow / Appfigures** — ASO + version tracking. - **Sensor Tower** — ASO analytics. ## 🔐 SĂ©curitĂ© - **Cookies TestFlight**: risque de ban Apple si scrape agressif. - **Webhook secrets**: HTTPS obligatoire. - **Rate limit**: respecter les intervalles (300s+ recommandĂ©). ## 📚 Ressources - [GitHub](https://github.com/search?q=testflight+watcher) - [ChangeDetection.io](https://changedetection.io) (rĂ©fĂ©rence) ## Pages LiĂ©es - [[cat-monitoring]] — CatĂ©gorie Monitoring - [[app-change-detection]] — Web diff gĂ©nĂ©rique - [[recettes-docker-compose]] — Templates Docker