Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/countervolts/apple-music-stats-calculator
how to get your most streamed songs/artists
https://github.com/countervolts/apple-music-stats-calculator
apple apple-music applemusic calculator data
Last synced: 3 months ago
JSON representation
how to get your most streamed songs/artists
- Host: GitHub
- URL: https://github.com/countervolts/apple-music-stats-calculator
- Owner: countervolts
- Created: 2024-02-23T03:16:29.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-02T13:02:30.000Z (9 months ago)
- Last Synced: 2024-05-03T00:51:29.295Z (9 months ago)
- Topics: apple, apple-music, applemusic, calculator, data
- Language: Python
- Homepage:
- Size: 127 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## read first
if you have you data locate the "Apple Music - Play History Daily Tracks" file and put it in your downloads.thanks! <3
# Stat Calculator
## How to request your Apple Music Data
1. Go to https://privacy.apple.com/
2. Login to your AppleID
3. Click “Obtain a copy of your data”
4. Only select “Apple Media services”
5. Scroll down and click the blue “continue” button## Executable!
download and run [reading.exe](https://github.com/countervolts/Apple-Music-Stats-Calculator/releases) (or most recent version)## How to run the code
1. run ```git clone https://github.com/countervolts/Apple-Music-Stats-Calculator```
2. make sure that your "Apple Music - Play History Daily Tracks.csv" is in downloads folder
3. run ```cd Apple-Music-Stats-Calculator```
4. run ```pip install -r requirements.txt```
5. run ```python reading.py```
6. when ran it will automaticallly scan your downloads for the play history daily tracks file and calculate## Examples
1. [Website](https://59problems.me/applemusic/users/ayo/)
2. [Command Prompt Output](https://github.com/countervolts/Apple-Music-Stats-Calculator/blob/main/examples/CommandPromptOutput.txt)
3. [Artists Folder](https://github.com/countervolts/Apple-Music-Stats-Calculator/tree/main/examples/AppleMusicStats/Artists)
4. [Stats.txt Output](https://github.com/countervolts/Apple-Music-Stats-Calculator/blob/main/examples/AppleMusicStats/Stats.txt)
5. [StatsSimplified](https://github.com/countervolts/Apple-Music-Stats-Calculator/tree/main/examples/AppleMusicStats/StatsSimplified)
6. [AppleMusicStats Folder Output](https://github.com/countervolts/Apple-Music-Stats-Calculator/tree/main/examples/AppleMusicStats)## Support / Suggestions
my discord is [._ayo](https://discord.com/users/488368000055902228) <--- or just click the linksupport discord server: [invite](https://discord.gg/rP63gxfKQJ)
## pylint
pylint rated my code a 7.45/10 (previous run: 7.42/10, +0.03) :)