Skip to content

grenn24/Spotify-Music-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Music Scraper


Spotify Music Scraper is Java Spring Boot REST application that interacts with Spotify playlists through its API

The backend server is connected to a H2 in-memory database that stores the entry of different songs

Feel free to test out the other functionalities of the endpoints:

  1. Retrieve a list of songs inside a playlist
  2. Fetch working YouTube URL corresponding to each song in the playlist
  3. Generates insights like most favourite artist

Usage

  • Must be used with working API credentials
  • Can be hosted on any server using Maven

Maven Dependencies

  • Spring Boot - Framework for building Java restful Applications.
  • Spring Data JPA - Library for mapping entity classes to database queries
  • Spring WebClient - Part of Spring WebFlux, used for making HTTP requests and handling them asynchronously
  • org.JSON - Used for manipulating JSON files inside Java

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published