https://github.com/amiad/wikiracesprinter
Solve Wikipedia Race
https://github.com/amiad/wikiracesprinter
Last synced: 12 months ago
JSON representation
Solve Wikipedia Race
- Host: GitHub
- URL: https://github.com/amiad/wikiracesprinter
- Owner: amiad
- License: gpl-3.0
- Created: 2013-08-08T19:37:12.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-01-06T17:25:43.000Z (over 11 years ago)
- Last Synced: 2025-02-23T01:44:54.429Z (over 1 year ago)
- Language: Python
- Size: 6.95 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
WikiRaceSprinter
================
Solve [Wikipedia Race](http://en.wikipedia.org/wiki/Wikipedia:Wikirace)
##Usage##
usage: WikiRaceSolver.py [-h] -m [MAX] source target
Slove Wikipedia Race
positional arguments:
source source page in the race
target target page in the race
optional arguments:
-h, --help show this help message and exit
-m [MAX], --max [MAX]
maximum steps
-f FILE, --file FILE file for resume
-v, --verbose print progress
##Dependencies##
* [python2-beautifulsoup](http://www.crummy.com/software/BeautifulSoup/)