An open API service indexing awesome lists of open source software.

https://github.com/0adri3n/spotiterm

spotiterm is a website interface when u can create account, then login in Spotify and generate GIF with ur top tracks/artists !
https://github.com/0adri3n/spotiterm

flask python spotify top

Last synced: about 2 months ago
JSON representation

spotiterm is a website interface when u can create account, then login in Spotify and generate GIF with ur top tracks/artists !

Awesome Lists containing this project

README

          

# spotiterm

spotiterm is a website interface when u can create account, then login in Spotify and generate GIF with ur top tracks/artists !

# Setup

1. Download the repository.
2. Download required python module:
```diff
pip install flask
pip install Pillow
```
3. Create a Spotify App at https://developer.spotify.com/dashboard/. Copy Client ID and Secret Token. Then, modify ```CLIENT_ID``` and ```CLIENT_TOKEN``` in ```startupflaskspotify.py```.
4. Start server.py
5. Open your browser and go to http://localhost:5000/index
6. Ready to use !

#

Open an issue if you have an error !


image by heracles

# Notes
Huge thanks to https://github.com/vanortg/Flask-Spotify-Auth ! With his program, I don't spend time to create my own to login in spotify api.

Trivia :

When I deploy spotiterm on https://musicsaved.me 's server, everything was fine except the most important thing : the GIF generation. My server was'nt good enough to generate gif...