Skip to content

A fun tool for quickly browsing unsourced snippets on Wikipedia.

License

Notifications You must be signed in to change notification settings

sarojdhakal/citationhunt

 
 

Repository files navigation

Citation Hunt

Citation Hunt is a simple tool for finding unsourced statements on Wikipedia in different languages. It is hosted at https://tools.wmflabs.org/citationhunt/.

This repository contains the full server and client code. The scripts/ directory contains all the scripts used for processing Wikipedia dumps. Hopefully they will be illustrative and reusable for similar applications.

I want to help!

That's great! There are many ways you can help. Please take a look at CONTRIBUTING.md for guidelines and instructions.

Installing on Tools Labs

Citation Hunt can be installed on Wikimedia's Tools Labs using its specialized support for Python uwsgi applications.

After logging in to login.tools.wmflabs.org, run the following commands to create the directory structure and enter the virtualenv:

$ mkdir www/python/
$ virtualenv www/python/venv/
$ . www/python/venv/bin/activate

Now, clone this repository, point uwsgi to it and install the dependencies:

$ git clone https://github.com/eggpi/citationhunt.git
$ ln -s ../../citationhunt www/python/src
$ pip install -r citationhunt/requirements.txt

and start the webservice:

$ webservice2 uwsgi-python start

You will also want to schedule a cron job to automatically update the database regularly. See scripts/README.md for more information.

About

A fun tool for quickly browsing unsourced snippets on Wikipedia.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.4%
  • JavaScript 33.7%
  • HTML 5.3%
  • CSS 4.4%
  • Shell 0.2%