Skip to content

Automating the task of login to spotify account and play your favourite playlist.

Notifications You must be signed in to change notification settings

Shubh0405/automate_spotify_login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

automate_spotify_login

Automating the task of login to spotify account and play your favourite playlist.

To install selenium run the following command : pip install selenium

Selenium uses chrome Web Driver, download the webdriver for your version from following link: https://chromedriver.chromium.org/downloads

For Windows Users: Copy and paste the path of the downloaded webdriver in line 15 of the code like this driver = webdriver.Chrome("Your Path")

For Linux users, run the following command: sudo mv chromedriver /usr/local/bin

About

Automating the task of login to spotify account and play your favourite playlist.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages