QUT-Digital-Observatory / coordination-network-toolkit

A small command line tool and set of functions for studying coordination networks in Twitter and other social media data.
MIT License
72 stars 14 forks source link

Optionally integrate a visualisation command #27

Closed SamHames closed 2 years ago

SamHames commented 2 years ago

It might be useful to integrate with a Python network visualisation tool. I think this would be convenient for enabling quick checking of constructed networks as a complement to the existing big guns like Gephi. The primary use of the toolkit will still be aimed at generating graphs in standard data formats.

There are a few promising looking options like pyvis which seems to be able to generate and show a HTML visualisation from a networkx graph.