Skip to content

Generate an opml file containing your YouTube subscriptions RSS feeds

License

Notifications You must be signed in to change notification settings

SkYNewZ/youtube-subscription-feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

youtube-subscription-feed

Connect to your Google account, list all your subscriptions and generate a .opml file to import in your favorite RSS reader.

Run

  1. Get a client_secret.json file by following https://developers.google.com/youtube/v3/getting-started#before-you-start
  2. Build
  3. Run !

Usage

Usage of youtube-subscription-feed:
  -debug
    	More verbose logs
  -output string
    	Filename to output generated opml (default "youtube-subscription-feed.opml")
  -raw
    	Print output instead of writing to file
  -secret-file string
    	Client secret file to use (default "client_secret.json")