Finds similar songs
Project description
Finds similar songs
Tested against Windows 10 / Python 3.10 / Anaconda
pip install sposong
Args:
allplaylists (list): A list of Spotify playlist URLs to scrape data from.
savefolder (str): The folder where the scraped data will be saved as Excel files.
opera_browser_exe (str): The path to the Opera GX browser executable.
opera_driver_exe (str): The path to the Opera WebDriver executable.
userdir (str): The path to the user directory for the Opera browser.
Returns:
None: The scraped data is saved as Excel files in the specified 'savefolder'.
Example Usage:
parse_artists(
allplaylists=[
'https://open.spotify.com/playlist/3DBZUCUA2w8JcE8mBA0wUB',
'https://open.spotify.com/playlist/37i9dQZF1DWZLiXDryu4Fe',
'https://open.spotify.com/playlist/6DSfG4qBWdpaNK9PclUeAI',
'https://open.spotify.com/playlist/37i9dQZF1DXdSjVZQzv2tl',
'https://open.spotify.com/playlist/1XhfOTC9d3VwyJrS3EW8iW'
],
savefolder="c:\\savedmusic",
opera_browser_exe=r"C:\Program Files\Opera GX\opera.exe",
opera_driver_exe=r"C:\ProgramData\anaconda3\envs\dfdir\operadriver.exe",
userdir="c:\\operabrowserprofile2"
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sposong-0.10.tar.gz
(7.5 kB
view details)
Built Distribution
File details
Details for the file sposong-0.10.tar.gz
.
File metadata
- Download URL: sposong-0.10.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe220ab430af86bbda9c201bab50f05241e7cdef0519d91ffad96b88327c75e5 |
|
MD5 | 78b119e06c4ae4bf3ea3e4d5269209e0 |
|
BLAKE2b-256 | bc78e3c43667c0ccf785e2ec05daa2161feec784d18258c148090ff00ff33cea |
File details
Details for the file sposong-0.10-py3-none-any.whl
.
File metadata
- Download URL: sposong-0.10-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 690328450fb914c0e64ba2c4512e7d71106f9e6b5a470a87691a800072d4e1d5 |
|
MD5 | dfc55ea2b6270eea42b98754a8be1e55 |
|
BLAKE2b-256 | 49167def8820991fd17c13fea1051c1310e583d8b15cfc78abeaf11e46180bf5 |