spotify-github-profile
Show your Spotify playing on your Github profile
File Explorer
Download Latest Version (.zip)- all.json
- ci.yml
- settings.json
- callback.html.j2
- spotify.apple.html.j2
- spotify.compact.html.j2
- spotify.default.html.j2
- spotify.karaoke.html.j2
- spotify.natemoo-re.html.j2
- spotify.novatorem.html.j2
- spotify.spotify-embed.html.j2
- app.py
- callback.py
- login.py
- requirements.txt
- theme_dev.py
- util
- view.py
- view.svg.py
- nginx.conf
- btn-connect.svg
- btn-spotify.png
- compact.svg
- default.svg
- example.svg
- karaoke.svg
- natemoo-re.svg
- novatorem.svg
- spotify-embed.svg
- __init__.py
- test_api_callback.py
- test_api_login.py
- test_api_view.py
- test_api_view_sg.py
- test_util_profanity.py
- test_util_remaster.py
- __init__.py
- firestore.py
- profanity.py
- remaster.py
- spotify.py
- .dockerignore
- .env.example
- .gitattributes
- .gitignore
- docker-compose.yml
- Dockerfile
- LICENSE
- pyproject.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/kittinan/spotify-github-profile
Downloads the entire project code from GitHub to your computer.
cd spotify-github-profile
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose up -d --build
Builds and starts all defined containers (server, database, etc.) at once, in the background.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Python
EasyPrerequisites
pip install -r api/requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
