Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.09 KB

File metadata and controls

26 lines (20 loc) · 1.09 KB

soundcloud scraper

Soundcloud scraper with the ability to edit mp3 tags. Designed to automate downloading and adding songs to lofi.today radio. The artist, title and artist link are included in the tags of the mp3 file, so they are always available for further scripts in OBS.

Getting started

  • Install Node.js
  • Clone the repository:
git clone https://github.com/deadbraindev/soundcloud-scraper.git
  • Install dependencies:
cd soundcloud-scraper
npm install
  • Build and run the project"
npm start
  • Navigate to http://localhost:3000

Warning

This application is designed for educational and personal use. Ensure compliance with SoundCloud's terms of service when using the scraper functionality. The user is responsible for adhering to copyright laws and terms of use when downloading and editing music.