Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rupava/spotify-stream-logger
A Chrome extension for tracking and analyzing streaming data on Spotify. Easily monitor playlist, album, and track streams, export data to Excel.
https://github.com/rupava/spotify-stream-logger
chrome-extension data-analytics music-analytics spotify stream-tracking
Last synced: about 2 months ago
JSON representation
A Chrome extension for tracking and analyzing streaming data on Spotify. Easily monitor playlist, album, and track streams, export data to Excel.
- Host: GitHub
- URL: https://github.com/rupava/spotify-stream-logger
- Owner: rupava
- License: mit
- Created: 2024-05-04T10:31:33.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-08-17T23:05:35.000Z (5 months ago)
- Last Synced: 2024-08-18T23:40:04.570Z (5 months ago)
- Topics: chrome-extension, data-analytics, music-analytics, spotify, stream-tracking
- Language: JavaScript
- Homepage:
- Size: 405 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spotify Stream Logger
Spotify Stream Logger is a Chrome extension designed to track and log stream data for playlists, albums, and individual tracks on Spotify. It retrieves relevant API calls for playlists, albums, and tracks, makes fetch calls to obtain streaming data, and presents this information in an organized manner. Additionally, users can add tracks to an export list for easy export to Excel, facilitating comprehensive analysis of streaming data.
## Features
- **Stream Tracking**: Monitors stream data for playlists, albums, and individual tracks on Spotify.
- **Data Retrieval**: Fetches streaming data through API calls for detailed analysis.
- **Export Functionality**: Allows users to add tracks to an export list for easy export to Excel.
- **Excel Export**: Provides comprehensive data export including Spotify track URI ID, track name, artist names, and stream counts.
- **Playlist and Album Export**: Supports exporting data for both playlists and albums.## Installation
To install Spotify Stream Logger, follow these steps:
1. Download the extension files from the [GitHub repository](https://github.com/rupava/Spotify-Stream-Logger/).
2. Open Google Chrome and navigate to `chrome://extensions/`.
3. Enable Developer mode by toggling the switch in the top right corner.
4. Click on "Load unpacked" and select the folder containing the extension files.## Usage
Once installed, Spotify Stream Logger operates seamlessly in the background. Simply browse playlists, albums, or tracks on Spotify, and the extension will automatically track stream data. To export data to Excel, follow these steps:
1. Navigate to the extension popup by clicking on the extension icon.
2. Add/remove tracks to the export list by clicking on the tracks.
3. Navigate to export list to view added track to modify or export them.
4. Click on the "Export to Excel" button to generate an Excel file with the exported data for albums, playlists and export list.## Screenshots
![image](https://github.com/rupava/Spotify-Stream-Logger/assets/61538804/5f0bde22-5019-4119-9534-166d4c2ba2fc)
![image](https://github.com/rupava/Spotify-Stream-Logger/assets/61538804/1843a50b-a8f8-40fd-a397-380701a6f59c)
![image](https://github.com/rupava/Spotify-Stream-Logger/assets/61538804/be3cedda-73e5-47b6-b50c-cf86da626e65)
![image](https://github.com/rupava/Spotify-Stream-Logger/assets/61538804/e30c3465-e727-4984-b459-4d8554f18381)## Contributing
Contributions are welcome! If you have any ideas for improvements or find any issues, feel free to open an issue or submit a pull request.
## License
This project is licensed under the [MIT License](LICENSE).