Skip to content

MetricsGrimoire/MediaWikiAnalysis

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2fb562e · Oct 1, 2020

History

25 Commits
Nov 7, 2013
Nov 11, 2013
Oct 22, 2015
Jan 26, 2016
Nov 7, 2013
Nov 7, 2013
Nov 7, 2013
Oct 1, 2020
Oct 5, 2015
Jul 27, 2015
Jan 26, 2016

Repository files navigation

Media-Wiki-Analysis

  • MediaWiki Analysis Tool to gather information about pages, changes and people in MediaWiki based websites.

Usage:-

  1. Create an empty database to be used by us:
    $ echo "CREATE DATABASE mwdb CHARACTER SET utf8 COLLATE utf8_unicode_ci" | mysql -u root
  1. Install required dependencies
    $ pip install -e .
  1. Run analysis on a website:
    $ python mediawiki_analysis.py --database mwdb --db-user root --url <mediawiki_url>