How to create Gephi network graphs from Python?

I have just found out about GephiStreamer. https://pypi.python.org/pypi/GephiStreamer Using this package one can send instructions from python to Gephi to create nodes and edges in Gephi. Similarly I want to do everything in Gephi through Python. Here is what I typically do. ex: steps: load nodes load edges calculate betweeness centrality change the size/color of … Read more