A cross-platform Spotify downloader application with Android and desktop versions.
android/- Android application codesrc/- Python backend and web application.github/workflows/- GitHub Actions CI/CD pipelines
Builds debug and release APKs for the Android application.
Builds and pushes Docker images to Docker Hub.
Builds, tests, and packages the Python backend for multiple Python versions (3.10, 3.11, 3.12).
pip install -r requirements.txt
pip install -e .See android/README.md for Android-specific setup instructions.
MIT License