JPAntonisse / nox-spellenzolder-rating

Extract boardgames scoring from Nox Youtube Videos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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

About

Extract boardgames scoring from Nox Youtube Videos.

License:MIT License


Languages

Language:Python 100.0%