tidusvn05 / testflight-watcher

Get notified when new slots are available for TestFlight beta apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TestFlight watcher

This script checks for free TestFlight slots for a given list of apps. It calls a callback function when new slots become available and (optionally) when they run out.

This repo includes, as an example, a Telegram bot which uses TestFlight watcher and sends notification messages.

Example usage

The telegram_bot.py script takes a comma-separated list of app IDs as an argument.

./telegram_bot.py ID1,ID2,ID3

where ID1, ID2, ID3 are the 8-character app IDs you can find at the end of the TestFlight URL. If your URL is https://testflight.apple.com/join/ABCDEFGH, your ID is ABCDEFGH.

About

Get notified when new slots are available for TestFlight beta apps.

License:MIT License


Languages

Language:Python 91.3%Language:Dockerfile 5.1%Language:Shell 3.6%