Skip to content

thiagoassantos/golang-youtube-playlist-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 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"

SQLite (if you really want)

SQLite library

Download GCC to compile

Enable the environment variable:

$env:CGO_ENABLED=1

About

A simple YouTube playlists scraper for Golang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages