Skip to content

uf0/wiki-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Various scripts to get wikipedia data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages