# Finds similar songs
## Tested against Windows 10 / Python 3.10 / Anaconda
## pip install sposong
```python
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"
)
```
Raw data
{
"_id": null,
"home_page": "https://github.com/hansalemaos/sposong",
"name": "sposong",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "songs",
"author": "Johannes Fischer",
"author_email": "aulasparticularesdealemaosp@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/bc/78/e3c43667c0ccf785e2ec05daa2161feec784d18258c148090ff00ff33cea/sposong-0.10.tar.gz",
"platform": null,
"description": "\r\n# Finds similar songs\r\n\r\n## Tested against Windows 10 / Python 3.10 / Anaconda\r\n\r\n## pip install sposong\r\n\r\n\r\n\r\n```python\r\n\r\nArgs:\r\n\tallplaylists (list): A list of Spotify playlist URLs to scrape data from.\r\n\tsavefolder (str): The folder where the scraped data will be saved as Excel files.\r\n\topera_browser_exe (str): The path to the Opera GX browser executable.\r\n\topera_driver_exe (str): The path to the Opera WebDriver executable.\r\n\tuserdir (str): The path to the user directory for the Opera browser.\r\n\r\nReturns:\r\n\tNone: The scraped data is saved as Excel files in the specified 'savefolder'.\r\n\r\nExample Usage:\r\n\tparse_artists(\r\n\t\tallplaylists=[\r\n\t\t\t'https://open.spotify.com/playlist/3DBZUCUA2w8JcE8mBA0wUB',\r\n\t\t\t'https://open.spotify.com/playlist/37i9dQZF1DWZLiXDryu4Fe',\r\n\t\t\t'https://open.spotify.com/playlist/6DSfG4qBWdpaNK9PclUeAI',\r\n\t\t\t'https://open.spotify.com/playlist/37i9dQZF1DXdSjVZQzv2tl',\r\n\t\t\t'https://open.spotify.com/playlist/1XhfOTC9d3VwyJrS3EW8iW'\r\n\t\t],\r\n\t\tsavefolder=\"c:\\\\savedmusic\",\r\n\t\topera_browser_exe=r\"C:\\Program Files\\Opera GX\\opera.exe\",\r\n\t\topera_driver_exe=r\"C:\\ProgramData\\anaconda3\\envs\\dfdir\\operadriver.exe\",\r\n\t\tuserdir=\"c:\\\\operabrowserprofile2\"\r\n\t)\r\n\r\n```\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Finds similar songs",
"version": "0.10",
"project_urls": {
"Homepage": "https://github.com/hansalemaos/sposong"
},
"split_keywords": [
"songs"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "49167def8820991fd17c13fea1051c1310e583d8b15cfc78abeaf11e46180bf5",
"md5": "dfc55ea2b6270eea42b98754a8be1e55",
"sha256": "690328450fb914c0e64ba2c4512e7d71106f9e6b5a470a87691a800072d4e1d5"
},
"downloads": -1,
"filename": "sposong-0.10-py3-none-any.whl",
"has_sig": false,
"md5_digest": "dfc55ea2b6270eea42b98754a8be1e55",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 8356,
"upload_time": "2023-09-11T20:38:10",
"upload_time_iso_8601": "2023-09-11T20:38:10.934511Z",
"url": "https://files.pythonhosted.org/packages/49/16/7def8820991fd17c13fea1051c1310e583d8b15cfc78abeaf11e46180bf5/sposong-0.10-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bc78e3c43667c0ccf785e2ec05daa2161feec784d18258c148090ff00ff33cea",
"md5": "78b119e06c4ae4bf3ea3e4d5269209e0",
"sha256": "fe220ab430af86bbda9c201bab50f05241e7cdef0519d91ffad96b88327c75e5"
},
"downloads": -1,
"filename": "sposong-0.10.tar.gz",
"has_sig": false,
"md5_digest": "78b119e06c4ae4bf3ea3e4d5269209e0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7450,
"upload_time": "2023-09-11T20:38:13",
"upload_time_iso_8601": "2023-09-11T20:38:13.005311Z",
"url": "https://files.pythonhosted.org/packages/bc/78/e3c43667c0ccf785e2ec05daa2161feec784d18258c148090ff00ff33cea/sposong-0.10.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-09-11 20:38:13",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "hansalemaos",
"github_project": "sposong",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "sposong"
}