https://github.com/flatypus/yt-music-status-tracker
https://github.com/flatypus/yt-music-status-tracker
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/flatypus/yt-music-status-tracker
- Owner: flatypus
- Created: 2023-12-23T04:52:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-12-12T07:08:20.000Z (7 months ago)
- Last Synced: 2025-12-13T16:25:56.680Z (7 months ago)
- Language: Python
- Homepage: https://flatypus.me
- Size: 52.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Youtube Music Status Tracker
The Youtube API is notoriously incomplete compared to others like Spotify, which allow for easy rich-presence integration. This project aims to provide a way to track the current song that a user is listening to on Youtube Music, and provide a quick REST API to get the current song.
## Installation
This project is built around the ytmusicapi library; follow the [setup instuctions](https://ytmusicapi.readthedocs.io/en/latest/setup/oauth.html).
Run `pip install -r requirements.txt` to install the other dependencies.