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
- Host: GitHub
- URL: https://github.com/psolbach/pioneers-network-analysis
- Owner: psolbach
- Created: 2020-03-18T13:10:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T01:34:17.000Z (over 3 years ago)
- Last Synced: 2025-02-21T19:25:56.052Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 111 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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