[PR #1] [MERGED] docker #1

Closed
opened 2026-02-28 14:36:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/morch1/spotify-utils/pull/1
Author: @morch1
Created: 1/25/2022
Status: Merged
Merged: 1/25/2022
Merged by: @morch1

Base: masterHead: docker


📝 Commits (1)

📊 Changes

29 files changed (+289 additions, -165 deletions)

View changed files

📝 .gitignore (+3 -0)
📝 README.md (+11 -115)
app/.dockerignore (+2 -0)
app/Dockerfile (+11 -0)
app/auth.py (+31 -0)
📝 app/commands/__init__.py (+0 -0)
📝 app/commands/add_albums_to_playlist.py (+0 -0)
app/commands/hello_world.py (+4 -0)
📝 app/commands/remove_duplicates.py (+0 -0)
📝 app/commands/sync_playlist.py (+0 -0)
📝 app/commands/update_likes_playlist.py (+0 -0)
📝 app/commands/update_likes_playlist2.py (+4 -2)
📝 app/commands/update_on_this_day.py (+0 -0)
📝 app/commands/update_playlist_notifications.py (+0 -0)
app/commands/update_scrobble_cache.py (+4 -0)
📝 app/commands/update_top_playlist.py (+0 -0)
📝 app/config/__init__.py (+0 -0)
app/requirements.txt (+7 -0)
📝 app/services/__init__.py (+0 -0)
📝 app/services/join.py (+0 -0)

...and 9 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/morch1/spotify-utils/pull/1 **Author:** [@morch1](https://github.com/morch1) **Created:** 1/25/2022 **Status:** ✅ Merged **Merged:** 1/25/2022 **Merged by:** [@morch1](https://github.com/morch1) **Base:** `master` ← **Head:** `docker` --- ### 📝 Commits (1) - [`59f5a33`](https://github.com/morch1/spotify-utils/commit/59f5a333232ef11dcef4372a967205b2eb3c202e) docker ### 📊 Changes **29 files changed** (+289 additions, -165 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -0) 📝 `README.md` (+11 -115) ➕ `app/.dockerignore` (+2 -0) ➕ `app/Dockerfile` (+11 -0) ➕ `app/auth.py` (+31 -0) 📝 `app/commands/__init__.py` (+0 -0) 📝 `app/commands/add_albums_to_playlist.py` (+0 -0) ➕ `app/commands/hello_world.py` (+4 -0) 📝 `app/commands/remove_duplicates.py` (+0 -0) 📝 `app/commands/sync_playlist.py` (+0 -0) 📝 `app/commands/update_likes_playlist.py` (+0 -0) 📝 `app/commands/update_likes_playlist2.py` (+4 -2) 📝 `app/commands/update_on_this_day.py` (+0 -0) 📝 `app/commands/update_playlist_notifications.py` (+0 -0) ➕ `app/commands/update_scrobble_cache.py` (+4 -0) 📝 `app/commands/update_top_playlist.py` (+0 -0) 📝 `app/config/__init__.py` (+0 -0) ➕ `app/requirements.txt` (+7 -0) 📝 `app/services/__init__.py` (+0 -0) 📝 `app/services/join.py` (+0 -0) _...and 9 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:36:17 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-utils#1
No description provided.