mirror of
https://github.com/TheTedLab/SpotiStats.git
synced 2026-04-26 08:05:55 +03:00
[PR #9] [CLOSED] Dev edition merge #14
Labels
No labels
enhancement
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiStats#14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheTedLab/SpotiStats/pull/9
Author: @TheTedLab
Created: 12/14/2023
Status: ❌ Closed
Base:
main← Head:dev📝 Commits (10+)
dd7738bImplement web side485078dRestructure and dockerize web5d8bc3eMerge pull request #4 from TheTedLab/web480fabfAdd artists aggregatora8382b3Merge branch 'dev' into aggregatore1b4e13Merge pull request #5 from TheTedLab/aggregator5f75882Fix tracks parsing773eaa2Merge pull request #6 from TheTedLab/aggregator366b65dUpdate aggregator4d40c2dUpdate artist saving and docker📊 Changes
28 files changed (+37469 additions, -7 deletions)
View changed files
📝
.gitignore(+145 -1)➕
src/aggregator/Dockerfile(+18 -0)➕
src/aggregator/__init__.py(+0 -0)➕
src/aggregator/aggregator.py(+400 -0)➕
src/aggregator/artist_aggregate.py(+80 -0)➕
src/aggregator/auth_credentials.template(+13 -0)➕
src/aggregator/classes/__init__.py(+0 -0)➕
src/aggregator/classes/album.py(+14 -0)➕
src/aggregator/classes/artist.py(+14 -0)➕
src/aggregator/classes/track.py(+30 -0)➕
src/aggregator/requirements.txt(+0 -0)➕
src/aggregator/resources/artists-ids-list.json(+12981 -0)➕
src/aggregator/resources/artists/artist-00FQb4jTyendYWaN8pK0wa.json(+7513 -0)➕
src/aggregator/resources/artists/artist-0M2HHtY3OOQzIZxrHkbJLT.json(+2030 -0)➕
src/aggregator/resources/artists/artist-4tZwfgrHOc3mvqYlEYSvVi.json(+7850 -0)➕
src/aggregator/resources/spotify-followed-artists.json(+1809 -0)➕
src/aggregator/save_artist.py(+26 -0)➕
src/aggregator/server_vars.py(+2 -0)➕
src/aggregator/stats_from_files.py(+86 -0)➕
src/aggregator/stats_update.py(+91 -0)...and 8 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.