Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jacopo-j/testflight-watcher

Get notified when new slots are available for TestFlight beta apps. Free Telegram bot included.
https://github.com/jacopo-j/testflight-watcher

ios telegram-bot testflight

Last synced: about 1 month ago
JSON representation

Get notified when new slots are available for TestFlight beta apps. Free Telegram bot included.

Awesome Lists containing this project

README

        

# 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`.