Skip to content

Naveenravi07/audio-scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audio Scraper

A simple CLI tool that scrapes audio from YouTube if a match is found. This tool offers two main usage scenarios:

  1. Download your entire Spotify playlist.
  2. Download all songs by supplying their names through a text file.

Prerequisites

  1. Install Rust and Cargo on your system. Follow the instructions here.
  2. Install yt-dlp. Follow the instructions here.
  3. Create a Spotify API app in the Spotify Developer Dashboard and note down the "Client ID" and "Client Secret".
  4. Create a .env file in the root dir of the project and paste the client_id and client_secret .

Usage

Usage with spotify

cargo run -- outputdir spotify

Usage with txt file

cargo run -- outputdir file ./input.txt

Releases

No releases published

Packages

No packages published

Languages