Skip to content

freakingud/Try-Selenium

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Try-Selenium

Automated Spotify login and play your favourite playlist

Pre-requisite libraries- Selenium

To install selenium run the following command:

python -m pip install selenium

This code uses the Chrome Web Driver, download the webdriver for your version from here: https://sites.google.com/a/chromium.org/chromedriver/

If you are using Linux - Extract the downloaded chrome driver and run the following command in terminal:
sudo mv chromedriver /usr/local/bin

If you are using Windows - Paste the path of installed Driver in the code in line 14 like this: driver = webdriver.Chrome("Your Path")

About

Automated Spotify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%