Skip to content

thiagoassantos/golang-youtube-playlist-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Authentication on YouTube API

Download your Service Account Token (JSON file) and set it in environment variable GOOGLE_APPLICATION_CREDENTIALS.

PowerShell example:

$env:GOOGLE_APPLICATION_CREDENTIALS="C:\folder\file-youtube-api-token.json"

Run script

go run .\main.go <YOUTUBE-PLAYLIST-ID>

SQLite (if you really want)

SQLite library

Download GCC to compile

Enable the environment variable:

$env:CGO_ENABLED=1

About

A simple Golang scraper for YouTube playlists

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages