Spotify API Driven Music Web app, that allows to listen and control and share songs

Just Music Is A Web APP That Allows Users To Play Song Using Spotify Main API And Spotify WebPlayback API. Users Can Invite Others And Let Them Listen To Listen To The Songs Using Room Code. Note :- Admin of Rooms Should Login With A Spotify Premium Account For Creating Room(Otherwise Won’t be Able To Listen And Enjoy The Functionality of APP) Not For Joining Rooms… Just.Music.mp4 Setup Instructions Install Required Python Modules pip install -r requirements.txt Start Web Server […]

Read more

Creates Spotify playlists from Spinitron playlists

Creates Spotify playlists from Spinitron playlists. Quick Start You can use spin2spot as a command-line tool: [email protected]:~$ python -m spin2spot https://spinitron.com/WZBC/pl/50067/7DayWknd https://wkdu.org/playlist/32880 Created 2 playlists for user erikcdidriksen. You can also use spin2spot in Python directly: from spin2spot import build_client, create_playlist client = build_client(‘username’) create_playlist(client, ‘http://spinitron.com/radio/playlist.php?station=kwva&playlist=20955’) Prerequsities In order to use spin2spot, you must have the environment variables set up for spotipy as described in their documentation. Command-line flags spin2spot accepts URLs as positional arguments. It also takes two optional […]

Read more

Display spotify listening status on READMEs with python

Spotify playing README A really easy way to display your spotify listening status on READMEs and Websites too! Demo Here’s the embed of Card from the site. Customized card, with theming Security notice As a security notice, We’re not storing any of the sensitive tokens, We just store theaccess tokens securely, used for generating temporary refresh tokens, and getting just the status data, withonly read permissions and scopes. You can check it in the configuration file for the scopes. URL […]

Read more