Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yonka2019/currentlyrics
Opens lyrics (from genius) of the current playing song (from spotify)
https://github.com/yonka2019/currentlyrics
genius lyrics spotify
Last synced: 28 days ago
JSON representation
Opens lyrics (from genius) of the current playing song (from spotify)
- Host: GitHub
- URL: https://github.com/yonka2019/currentlyrics
- Owner: yonka2019
- License: mit
- Created: 2021-08-14T19:10:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-16T17:42:49.000Z (over 3 years ago)
- Last Synced: 2024-11-07T15:51:54.377Z (3 months ago)
- Topics: genius, lyrics, spotify
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Current Lyrics
Opens lyrics of the current playing song
## Description
Opens lyrics (in https://genius.com) of the current playing song (on spotify)
### Installion (config.py)
* SPOTIFY_REFRESH_TOKEN -
* 1. Comment ' ACCESS_TOKEN_SPOTIFY=SpotifyAuth.get_auth_token(SPOTIFY_REFRESH_TOKEN)' line
* 2. Run SpotifyAuth.py, and copy the printed refresh token
* CLIENT_ID - Get on https://developer.spotify.com/dashboard/applications/
* CLIENT_SECRET - Get on https://developer.spotify.com/dashboard/applications/
* REDIRECT_URI - Get on https://developer.spotify.com/dashboard/applications/
* ACCESS_TOKEN_GENIUS - Get on https://genius.com/api-clients
* ACCESS_TOKEN_SPOTIFY - Automatically.## Authors
* Yonka
## License
This project is licensed under the [MIT] License - see the LICENSE.md file for details