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 !
- Host: GitHub
- URL: https://github.com/0adri3n/spotiterm
- Owner: 0adri3n
- License: mit
- Created: 2022-05-12T15:50:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-12T18:23:05.000Z (about 4 years ago)
- Last Synced: 2025-03-05T02:43:43.954Z (over 1 year ago)
- Topics: flask, python, spotify, top
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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...