Skip to content

sexfrance/Spotify-ClientVersion

Repository files navigation

Spotify Client Version Checker

A simple script that tracks Spotify Web Player, Android, and iOS client versions by checking them every 10 minutes.


⚙️ Installation

  • Requires: Python 3.x
  • Install dependencies: pip install requests

📝 Usage

The script automatically runs every hour via GitHub Actions. It:

  1. Fetches the Spotify Web Player page for the web client version
  2. Checks the App Store for iOS version
  3. Checks AppBrain for Android version
  4. 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

📜 ChangeLog

v0.0.2 ⋮ 2024
+ Added Android and iOS version tracking

v0.0.1 ⋮ 2024
! Initial release with automatic version checking

Spotify Client Version Tracker

Web Version iOS Version Android Version

Last checked: 2025-08-22 23:35 UTC

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages