An open API service indexing awesome lists of open source software.

https://github.com/psolbach/pioneers-network-analysis

pioneer journalism network graph data, scripts
https://github.com/psolbach/pioneers-network-analysis

Last synced: about 1 month ago
JSON representation

pioneer journalism network graph data, scripts

Awesome Lists containing this project

README

          

# Pioneer Journalism Network Analysis
This repository contains all code, data and project files to gather and conduct Twitter network analysis and visualization via Gephi.

### Prerequisites

1. Python
2. Gephi
3. Virtualenv

## Development
### Getting started
```bash
pip3 install -r requirements.txt
```

### Get user data via Twitter API
```bash
export TWITTER_BEARER_TOKEN=[your_token_here]
python tools/get-{followers/follows}-twarc.py
```

### Data preparation
```bash
jupyter-lab # then load up convert.ipynb
```

### Analysis with Gephi
After running your own collection OR using the data contained in this repository, you have nodes and edges sitting comfortably in `/csv`. Load these into the data laboratory in Gephi and visualize away.

### Copyright
(c) Leibniz HBI, Hamburg 2022