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: 4 months ago
JSON representation
Get notified when new slots are available for TestFlight beta apps. Free Telegram bot included.
- Host: GitHub
- URL: https://github.com/jacopo-j/testflight-watcher
- Owner: jacopo-j
- License: mit
- Created: 2019-05-09T12:35:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-05T22:39:43.000Z (11 months ago)
- Last Synced: 2024-08-13T07:08:37.653Z (8 months ago)
- Topics: ios, telegram-bot, testflight
- Language: Python
- Size: 5.86 KB
- Stars: 58
- Watchers: 5
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - jacopo-j/testflight-watcher - Get notified when new slots are available for TestFlight beta apps. Free Telegram bot included. (Python)
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`.