18 lines
382 B
Markdown
18 lines
382 B
Markdown
|
# SMW Graph
|
||
|
|
||
|
This repository contains a script to pull semantic data out of Semantic Mediawiki and into a json. In turn, this json file can be loaded by graph.js to build a d3 graph.
|
||
|
|
||
|
Built for [Security Vision](https://securityvision.io).
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
```bash
|
||
|
pip install -r requirements.txt
|
||
|
wget https://d3js.org/d3.v6.min.js
|
||
|
```
|
||
|
|
||
|
## Update:
|
||
|
|
||
|
```
|
||
|
python wiki_relations.py
|
||
|
```
|