Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 679 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 679 Bytes

wiki-scripts

Various scripts to get wikipedia data

##Installation Install virtualenv:

$ easy_install virtualenv

Download git repository:

$ git clone https://github.com/uf0/wiki-scripts.git

browse to wiki-scripts root folder:

$ cd wiki-scripts

Create a virtualenv directory env, activate the virtualenv and install the requirements:

$ virtualenv --no-site-packages env
$ source env/bin/activate
$ pip install -r requirements.txt

##Run scripts

###usercontribs.py This script gets in input a list of users and outputs the last 500 edits for each of them.

Type $ python usercontribs.py -h for usage instructions