Skip to content

cedricdebattista/SpotifyBaysTop40Importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpotifyBaysTop40Importer

Import Bay's top 40 list

This application scrapes the bay's Top 40 list and adds them to a spotify playlist of your choice

You will need to install:

  • pip install spotipy (Client that accesses spotify)
  • pip install bs4 (HTML scaper)

Setup

Replace these variables:

  • client_id = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
  • client_secret = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
  • redirect_uri = 'http://localhost:8080'
  • playlistName = 'Top 40'

Remember to get the client_id and client_secret you will need to register here: https://developer.spotify.com/dashboard/applications

The client_id and the client_secret are passed as arguments to the application constructor and are set in the launch.json file

About

Import Bay's top 40 list to spotify

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages