Skip to content

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

License

Notifications You must be signed in to change notification settings

tobih7/testflight-watcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%