Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 480 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 480 Bytes

Building an Ego Network with Python and Neo4j

A system that builds and visualizes an Ego Network of a Twitter account, using Neo4j graph database and Neo4j for visualization.

Usage

Just run build_graph.py providing the name of the twitter user and the credentials to acces a running Neo4J instance.

python3 build_graph.py \
  -t <twitter username> \
  -u <neo4j username> \
  -w <neo4j password> \
  -h <neo4j hostname> \
  -p <neo4j port>