marknoble / youtube-auto-queuer-net-4.8

A utility which lets you automatically add youtube videos to your playlist.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

youtube-auto-queuer

A utility which lets you automatically add youtube videos to your playlist.

The idea for this tool appeared to me when I realized, that every other day, I add youtube videos to my watchlist. It seems like this task could be well automated, by making app which would fetch freshest video from my subscriptions and add them to my watchlist.

I aim this ASP.NET web app to be blueprint of that, implementing a "pull" model, in which I will trigger the refresh of my watchlist. After I get familiar with the Youtube API, I may add a worker-like app, which will automatically trigger the addition of videos periodically.

Configuration

To execute, this project requires a client_secrets.json file downloadable from https://console.cloud.google.com/apis/credentials under API & Services > Credentials > OAuth 2.0 Client IDs (if none exist, select +Create Credentials to create one). This file should be placed in the YoutubeQueuer\YoutubeQueuer.Web folder of your repo location.

How to run

After configuring as listed above, press F5 to debug and the project will execute. Use the top menu to navigate app features.

About

A utility which lets you automatically add youtube videos to your playlist.


Languages

Language:C# 58.3%Language:HTML 21.1%Language:JavaScript 20.2%Language:CSS 0.3%Language:ASP.NET 0.1%