Skip to content

MetricsGrimoire/MediaWikiAnalysis

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

MediaWikiAnalysis

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

  2. Install required dependencies

    $ pip install -e .

  3. Run analysis on a website:

    $ python mediawiki_analysis.py --database mwdb --db-user root --url <mediawiki_url>

About

Tool for analyzing MediaWiki websites

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages