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

https://github.com/flatypus/yt-music-status-tracker


https://github.com/flatypus/yt-music-status-tracker

Last synced: 27 days ago
JSON representation

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.

image