/mapping-twitter

Primary LanguageJupyter Notebook

Twitter Ego-Network

What actually makes a tweet?

  • text content
  • entites (user mentions, hashtags, URLs, and media) and places

Getting started

Create config.py file where you will store your App keys Create .gitignore file and include config.py file there

Simple Visualization of the data

Visualization.ipynb in code/ invokes a simple scatter plot based on the number of shared followers. It uses Uniform Manifold Approximation and Projection for dimensionality reduction. You can play with the parameters and see what they do.

RESULTS

How often do Brainhackers retweet each other?

One expemplary visualization of the communication structure of the Brainhack Twitter network is here.

Example jupyter notebook

Datasets

Example apps

https://www.proporti.onl/

Example analysis

Task for tomorrow:

  • Daniel: prepare data from json to gephi matrix