Michael Kuperfish Steinberg 2023-01-21 15:36:57 +02:00
commit 8c0d5ffe76
1 zmienionych plików z 10 dodań i 1 usunięć

Wyświetl plik

@ -4,6 +4,15 @@
---
## Quick Start
Make sure you have python 3.8 or above.
$ git clone https://github.com/Michael-K-Stein/SpotiFile.git
$ cd SpotiFile
Now open config.py and setup your SP_KEY (Spotify has renamed this to sp_adid) and SP_DC tokens ([see below](https://github.com/Michael-K-Stein/SpotiFile#sp_key--sp_dc-tokens))
$ python main.py
---
## What?
SpotiFile is a script which allows users to simply and easily, using a web-gui, scrape on Spotify playlists, albums, artists, etc.
More advanced usages can be done by importing the relevant classes (e.g. from "spotify_scraper import SpotifyScraper") and then using IPython to access specific Spotify API features.
@ -47,7 +56,7 @@ SpotiFile does not actually download audio from Spotify, since they use proper D
---
## SP_KEY & SP_DC tokens
Obtaining sp_dc and sp_key cookies
Obtaining sp_dc and sp_key cookies (sp_key is now called sp_adid)
SpotiFile uses two cookies to authenticate against Spotify in order to have access to the required services.
*Shoutout to @fondberg for the explanation https://github.com/fondberg/spotcast*