tworogue / metacritic-analysis

scraping and basic exploratory analysis of game data from metacritic.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

metacritic-analysis

Scraping and basic exploratory analysis of game data from metacritic.com

Project structure:

  1. Scraping - Getting and cleaning data from metacritic website. Currently only focused on "PC games" section. Python code based on Scrapy framework.
  2. Data - Datasets that result from previous step. The same dataset is available in xls (Excel) and csv formats. Also there is a log file generated by the spider.
  3. Analysis - Exploratory analysis of the dataset. Main objectives are to explore difference between user scores and critic scores, see how scores differ across years, search for potential sources of bias. Done using R language.

Examples of usage:

Requirements to run code:

Python

  • Scrapy
  • xlwt

R

About

scraping and basic exploratory analysis of game data from metacritic.com

License:GNU General Public License v2.0


Languages

Language:HTML 96.7%Language:Python 3.3%