Extract boardgames scoring from Nox Youtube Videos.
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
The scoring of Nox' boardgames are available on the Dataset repository: https://github.com/JPAntonisse/nox-spellenzolder
# 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
$ python noxrating\noxrating.py --api-key {YOUTUBE_API_KEY}
Go here to get a Youtube API key