DWMinion
From Dreamwidth Notes
DWMinion is a Python library designed for interacting with data from Dreamwidth. You can find the repository here:
http://bitbucket.org/foxfirefey/dwminion/
Using the library
In order to make graphs, you will need to install:
- networkx -- latest version
And its dependents, including:
- matplotlib
- numpy
- python-tk, aka TkInter