This allows you to grab Spotify lyrics from their API. You can input song names or track IDs. Supports proxies.
Project description
Spotify Lyrics Grabber
This Spotify Lyrics Grabber is a tool to grab Spotify Lyrics of any song, not just the one you are listening to.
Table of Contents
Installation
To install, run pip install spotify-lyrics-scraper
in your command prompt. To import it, I recommend import spotify_lyrics_scraper as spotify
Examples
- Always using:
import spotify_lyrics_scraper as spotify
- To obtain the sp_dc, please check out https://github.com/akashrchandran/syrics/wiki/Finding-sp_dc. This is required to have access to the lyrics API.
Example 1
token = spotify.getToken("SP_DC Here")
print(spotify.getLyrics(token, songName="Song"))
Example 2 (Proxies)
token = spotify.getToken("SP_DC Here")
print(spotify.getLyrics(token, songName="Song", proxies={"https": "https://1.1.1.1:443"}))
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
Built Distribution
File details
Details for the file spotify_lyrics_scraper-1.1.3.tar.gz
.
File metadata
- Download URL: spotify_lyrics_scraper-1.1.3.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ce18f6d692d65f7e903575f22df2b703d6edc06d1ed42dda5662c80988ac7ab9
|
|
MD5 |
73edaa618a8426255419ac832f2b8593
|
|
BLAKE2b-256 |
552ffa189ea5969e9514fd7d895354a952ffd2ad107d924dd5a39e15e4b1f320
|
File details
Details for the file spotify_lyrics_scraper-1.1.3-py3-none-any.whl
.
File metadata
- Download URL: spotify_lyrics_scraper-1.1.3-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4960c2eac0fded664a955cf3e021257a13463bad89cee6bd9bcdfc9fa7823dd8
|
|
MD5 |
78dc86ad2689776cd1a6c3ddcba0b614
|
|
BLAKE2b-256 |
fe4e11845152c4309720a1724b320c7a7a52e8617edbe371ae2cc34412dbafe4
|