Skip to content

Libraries to spoof the Qobuz web player

License

Notifications You must be signed in to change notification settings

indigo6alpha/Spoofbuz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LEGAL NOTES:

This repository does not publish any of Qobuz's private secrets or app IDs. It contains regular expressions and other code to dynamically grab them from Qobuz's web player's publicly available JavaScript, which is not rehosted, but grabbed client side. Scraping public data is not a violation of the Computer Fraud and Abuse Act (USA) according to the Ninth Court of Appeals, case # 17-16783 (see page 29).


Spoofbuz

A library for spoofing the Qobuz web player.
This is not intended for end users.

Usage:

import spoofbuz
spoofer = spoofbuz.Spoofer()
appId = spoofer.getAppId() # returns 9 digit app ID
secrets = spoofer.getSecrets() # returns all possible app secrets listed in bundle.js, sorted by likeliest to work
best_secret = list(secrets.values())[0] # first secret: this should work most of the time

About

Libraries to spoof the Qobuz web player

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%