Let's visualize your Twitter Friendship Network!
pip install requirements.txt
Use pipenv to manage and install the Python packages.
pipenv install
To use data_scraper.py
Usage: data_scraper.py [OPTIONS] TARGET
Options:
-f, --filename TEXT filename of output data [default: data.json]
--help Show this message and exit.
To show visualization, please make sure the file /measures/network_measure_data.csv is in your local file system, and run visual_dirg_gephi.py.