Skip to content

fakedrake/WikipediaBase

Repository files navigation

Under active development. Go no further unless you know what you are doing.

wikipediabase

Build Status Stories in Ready # of downloads Coverage Status

Overview

Wikipedia backend interface for InfoLab's START. It answers s-expression queries via Telnet.

Usage

Install pip and gdbm if not installed:

apt-get install python-setuptools python-gdbm

Caution: Until wikipedibase is deployed on START installing it for non-testing purposes is not something one is supposed to do.

Install wikipediabase:

python setup.py install

Documentation

API Documentation

Testing

Install development requirements (do this after every 'git pull' in case there are new requirements):

python setup.py develop

Tests can then be run with:

python setup.py test

API documentation

Generate the documentation with:

cd docs && PYTHONPATH=.. make singlehtml

About

Wikipedia interaction with start.mit.edu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published