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

https://github.com/sexfrance/spotify-clientversion

A simple script that tracks Spotify Web client, ios and android version by checking it every 10 minutes.
https://github.com/sexfrance/spotify-clientversion

client-version clientversion music-version python requests spotify spotify-account-creator spotify-build spotify-client spotify-client-version spotify-number spotify-version version

Last synced: 8 months ago
JSON representation

A simple script that tracks Spotify Web client, ios and android version by checking it every 10 minutes.

Awesome Lists containing this project

README

          


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:

```bash
python main.py
```

### 📜 ChangeLog

```diff
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](https://img.shields.io/badge/Spotify%20Web-1.2.76.183.g2a4e5319-brightgreen)
![iOS Version](https://img.shields.io/badge/Spotify%20iOS-9.0.90-blue)
![Android Version](https://img.shields.io/badge/Spotify%20Android-9.0.86.1358-orange)

Last checked: 2025-10-23 18:49 UTC