Skip to content

JPAntonisse/nox-spellenzolder-rating

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Extract boardgames scoring from Nox Youtube Videos.

Installation    |    Usage

About

Nox' Spellenzolder is a Dutch Youtuber giving reviews of boardgames and scoring them. Until now there was no way of getting a list of all scores and ranking. On special occations Nox' does a Top-50, but that's it.

This Python application gathers information about the boardgame and Nox' scores and saves the output as .csv. With the following header:

title;link;id;stars;score;date

Dataset

The scoring of Nox' boardgames are available on the Dataset repository: https://github.com/JPAntonisse/nox-spellenzolder

Installation

# clone the repo
$ git clone https://github.com/JPAntonisse/nox-spellenzolder-rating.git

# change the working directory to noxrating
$ cd noxrating

# install the requirements
$ pip install -r requirements.txt

Usage

$ python noxrating\noxrating.py --api-key {YOUTUBE_API_KEY}

Go here to get a Youtube API key