A server grapher for BitBurner
- Run
advanced-crawler.json BitBurner. - Copy the three generated
.jsonfiles:network-graph.json,server-info.jsonandhack-targets.jsonfrom BitBurner to the root directory of this repository. - Serve the root directory of this repository with an HTTP server to localhost and browse to the graph.
- For example you can use the built in python HTTP server:
- run:
python -m http.server - go to http://localhost:8000/cytoscape-graph-7.html in your web browser of choice.
- run:
Side note: I leveraged some example .json files but I encourage you to replace them with your own.