Create music site with django || spotify with django || playlist song website by django
Create django song list site || spotify with django || Top 10 song of artist by django
create Music website by Django with Spotify , audiobook with django ,
create music site with django
Spotify python library : SPOTIPY
download project file:
https://1drv.ms/u/s!AlvpOH2eT8IGvkbELdU09HeXrgUE?e=P0zpMI
join telegram ::
Blearningclub Telegram channel ::
https://t.me/blearningclub
in this video i have show you how to use spotify api
at first see the video
spotify api with python :
https://www.youtube.com/watch?v=lykCVzomVvQ
1 ) create a song list site by django use spotify
2) use spotify library for python is spotipy
3) spotipy api
4) also i have show you in jupyter notebook
Code for Jupyter notebook :
pip install spotipy
*******
econd samples and cover art for the top 10 tracks for any artist on spotify :
import spotipy
from spotipy.oauth2 import SpotifyClientCredentials
artist_uri = 'enter Spotify artist Uri '
spotify = spotipy.Spotify(client_credentials_manager=SpotifyClientCredentials())
results = spotify.artist_top_tracks(artist_uri)
for track in results['tracks'][:10]:
print('track : ' + track['name'])
print('audio : ' + track['preview_url']) print('cover art: ' + track['album']['images'][0]['url'])
print()
********
more video:
how to get free ssl:
https://www.youtube.com/watch?v=6LYK5n1iay0&t=19s
free download django website about poll app:
https://www.youtube.com/watch?v=RPArC1uj5D4&t=10s
django admin tutorial :
https://www.youtube.com/watch?v=jSOKrzOKRoI
https://www.youtube.com/watch?v=sP5X-t4IA2I
https://www.youtube.com/watch?v=6UeuuSUtu_s
LIKE || SUBSCRIBE || SHARE
#django #website