2020-01-24 03:01:45 -07:00
fix
2021-12-21 02:55:26 -07:00
2020-01-24 03:01:45 -07:00
2017-10-20 17:39:00 -06:00
2024-12-12 06:26:30 -07:00
2017-10-20 17:39:00 -06:00
2020-01-24 03:01:45 -07:00

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. (UPDATE) I have heard this has CHANGED, with the structure of wikipedia pages. I'm curious what happens now.

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:

(old instructions, i recommend pyenv on Linux)

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

Demo Videos on Youtube

Similar Projects and Links

Contact

S
Description
No description provided
Readme
75 KiB
Languages
Python 100%