Skip to content

Instantly share code, notes, and snippets.

View SSanjeevi's full-sized avatar
😆

Sanjeevi Subramani SSanjeevi

😆
View GitHub Profile
@SSanjeevi
SSanjeevi / GenerateCommand.cs
Created November 17, 2022 03:51
Building YouTube Channel Videos fetcher CLI tool - CLI tool in Dotnet 6
using Colors.Net;
using Microsoft.Extensions.CommandLineUtils;
using Newtonsoft.Json;
namespace YoutubeVideosCLI
{
public class CreateCommand : CommandLineApplication
{
private string youtubeApiUrl = string.Empty;
private string youtubeChannelsApiUrl = string.Empty;