Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/laurensk/wikisolver

Find the quickest path from one article to another by only clicking on links.
https://github.com/laurensk/wikisolver

Last synced: about 2 months ago
JSON representation

Find the quickest path from one article to another by only clicking on links.

Awesome Lists containing this project

README

        

# Wikisolver

Find the quickest path from one article to another by only clicking on links.

### Installation

1. scripts/download_dump.py
2. scripts/unzip_dump.py
3. scripts/generate_csv.py
4. import/docker-compose.yml

### Start

1. docker-compose.yml

### Others

Get shell in neo4j: `cypher-shell -u neo4j -p securePassword123 -a bolt://localhost:7687`

### Issues/Bugs

1. Links with anchors are not parsed correctly (e.g. `[[Verwaltungsgliederung Österreichs#Bund|Bund]]`).