This blog hosts original articles about the Wardley Mapping method. A strategy mapping and thinking tool.
To maximize the value of this blog, I need to figure out the highest valueable articles to read first. And more, I need to analyse the relationship between concepts and pages so that I can explore the world of super-thinking easier.
This tool will crawl the blog.gardeviance.org website and build a graph between all pages, so that you could use any graphy-analysis tool of your choice to find most valuable knowledge.
$ sudo apt install python3 python3-pip python3-venv
$ git clone https://github.com/vantt/wardleymapBlog
$ cd wardleymapBlog/crawler
$ python3 -m venv env
$ source env/bin/activate
$ pip3 install -r requirements.txt
$ ./runspider.sh
$ ./rebuild_graph.py
crawling data and final graph data will be put in [data] folder