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.
- Host: GitHub
- URL: https://github.com/sexfrance/spotify-clientversion
- Owner: sexfrance
- License: mit
- Created: 2025-02-25T22:54:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-18T20:52:36.000Z (11 months ago)
- Last Synced: 2025-07-18T20:52:48.587Z (11 months ago)
- Topics: client-version, clientversion, music-version, python, requests, spotify, spotify-account-creator, spotify-build, spotify-client, spotify-client-version, spotify-number, spotify-version, version
- Language: Python
- Homepage: https://discord.cyberious.xyz
- Size: 218 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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



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