Skip to content

brandur/wgt2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wgt2

Travis status

An app that scrapes the WGT website and compiles artist information for easier digestion.

Install

make install

Obtain Refresh Token

export CLIENT_ID=...
export CLIENT_SECRET=...

Then authorize the app under your account and get a set of tokens issued with:

wgt-procure

Then make sure to export your refresh token:

export REFRESH_TOKEN=...

Generate

Scrape artist list from the WGT site, enrichen it using the Spotify API, and then build static artifacts:

wgt-scrape
wgt-enrich
wgt-render

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published