A simple script that tracks Spotify Web Player, Android, and iOS client versions by checking them every 10 minutes.
- Requires: Python 3.x
- Install dependencies:
pip install requests
The script automatically runs every hour via GitHub Actions. It:
- Fetches the Spotify Web Player page for the web client version
- Checks the App Store for iOS version
- Checks AppBrain for Android version
- Updates respective version files if any version has changed:
- version.txt (Web Player)
- ios_version.txt (iOS)
- android_version.txt (Android)
To run manually:
python main.py
v0.0.2 ⋮ 2024
+ Added Android and iOS version tracking
v0.0.1 ⋮ 2024
! Initial release with automatic version checking
Last checked: 2025-02-28 22:32 UTC