An open API service indexing awesome lists of open source software.

https://github.com/nikolatechie/spotify-playlist

Data pipeline that fetches recently played songs in the past 24 hours using Spotify API and saves the data in the SQLite database. Scheduled to run daily using Apache Airflow.
https://github.com/nikolatechie/spotify-playlist

apache-airflow api data data-engineering python spotify sql sqlite

Last synced: 10 months ago
JSON representation

Data pipeline that fetches recently played songs in the past 24 hours using Spotify API and saves the data in the SQLite database. Scheduled to run daily using Apache Airflow.

Awesome Lists containing this project

README

          

# Spotify-Playlist
Covered the ETL process by using Python to create a data pipeline that daily downloads songs (used Apache Airflow) played in the past 24 hours (accessing to the playlist done by using Spotify API), transforms the data into appropriate format and saves the playlist in the SQLite database.

Useful for finding out things such as the most/least played song, favorite band, favorite genre etc.