No Description

Mathew Guest 7e9922168f fix 1 year ago
lib 6ae2a8dd06 start of new app structure for wiki 3 years ago
wikicrawl 7e9922168f fix 1 year ago
.gitignore 6ae2a8dd06 start of new app structure for wiki 3 years ago
INSTALL.txt f093fb9ecc some polish 5 years ago
README.md f093fb9ecc some polish 5 years ago
road2philosophy.py 6ae2a8dd06 start of new app structure for wiki 3 years ago
settings.py f093fb9ecc some polish 5 years ago
setup.py 6ae2a8dd06 start of new app structure for wiki 3 years ago

README.md

= Wikicrawl = This application plays the road to philosophy game on wikipedia. An interface is given where the user can launch a browser and have it repeatedly click the first link on wikipedia articles until it reaches the article on philosophy. Apparently this works for ~97% of pages.

settings.py: Contains runtime parameters. There are a few things that need configured correctly for this to run.

launcher.py: Run to start the program. "python ./launcher.py" is the command you need.

setup.py: Installation configuration for third-party dependencies.

To install, run these commands in this directory:

virtualenv pythonenv python setup.py install python ./launcher.py