Shubh0405 / automate_spotify_login

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 100.0%