Git Product home page Git Product logo

tracksliked's Introduction

TracksLiked is a youtube-dl / yt-dlp wrapper , uses youtube data api v3 to query Liked playlist of account
has access to and then starts download all tracks/videos , as mp3 with best available quality ,
adding also meta data to mp3 such as thumbnail artists , song info and more..

Quick Start

Steps in tracksLiked:

  • git clone https://github.com/Kos-M/tracksLiked
  • cd tracksLiked ; npm i
  • cp env.sample .env
  • Change .env default download location , to match your needs.

Steps in Google : You need to create your own app in google Cloud console.

  • Start from this wizard: https://console.developers.google.com/start/api?id=youtube
  • Login page
  • Create Porject -> Choose name , and(or organization) -> Next -> Enable api
  • Go to Credentials Page -> CREATE CREDENTIALS -> Oauth client ID -> configure consent screen
  • Fill App information -> choose your email also in dev email enter yours.
  • Add Or Remove Scopes -> select only ( YouTube Data API v3 .../auth/youtube.readonly View your YouTube account ) -> Update Here you can add more test users/emails if you wish
  • Save and continue

After setup of OAuth consent screen Now we can create actual credentials

  • click on Credentials tab above OAuth consent screen.
  • CREATE CREDENTIALS -> Oauth client ID -> Web Application -> Create
  • In Next Pop up click download json in project root dir as client_secret.json
  • Done > Run by node index.js or npm start

Login page

Create Porject

Api Enabled

Go to Credentials Page

Select Scopes

Create Consent Screen

Save Credentials as client_secret.json

Buy Me A Coffee

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.