mirror of
				https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
				synced 2025-11-04 05:20:34 +00:00 
			
		
		
		
	Cleaned up the dependencies.
This commit is contained in:
		
							parent
							
								
									7b6acb29e1
								
							
						
					
					
						commit
						a8a4f608f8
					
				
							
								
								
									
										24
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										24
									
								
								README.md
									
									
									
									
									
								
							@ -2,14 +2,24 @@
 | 
				
			|||||||
Spotify song downloader without injecting into the windows client
 | 
					Spotify song downloader without injecting into the windows client
 | 
				
			||||||

 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
sudo apt install ffmpeg (For windows download the binarys and place it in %PATH%)
 | 
					### Requirements:
 | 
				
			||||||
pip install requests
 | 
					 | 
				
			||||||
pip install music_tag
 | 
					 | 
				
			||||||
pip install pydub
 | 
					 | 
				
			||||||
pip install websocket-client
 | 
					 | 
				
			||||||
pip install git+https://github.com/kokarare1212/librespot-python
 | 
					 | 
				
			||||||
```
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Binaries
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					\- Python 3.8 or greater
 | 
				
			||||||
 | 
					\- ffmpeg\*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Python packages:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Install these with pip install *package name*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					\- websocket-client
 | 
				
			||||||
 | 
					\- requests
 | 
				
			||||||
 | 
					\- music_tag
 | 
				
			||||||
 | 
					\- pydub
 | 
				
			||||||
 | 
					\- git+https://github.com/kokarare1212/librespot-python
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					ffmpeg can be installed via apt for Debian-based distros or by downloading the binaries and placing them in your %PATH% in Windows.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- Use "-p" or "--playlist" to download a saved playlist from our account
 | 
					- Use "-p" or "--playlist" to download a saved playlist from our account
 | 
				
			||||||
- Supply the URL or ID of a Track/Album/Playlist as an argument to download it
 | 
					- Supply the URL or ID of a Track/Album/Playlist as an argument to download it
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user