Tag: Twitter
-
Creating a Retweet Network for Gephi from a local file with Python
In the last tutorial I showed how you can collect old Tweets through the Premium API. The result was a jsonl-file which contains all the Tweets as json objects. This time we will create a gexf-file from those Tweets which you can use with Gephi or another network analysis tool. 1. Loading the Tweets from…
-
Talk: Wut in Zeitlupe – Analyse von Empörungswellen auf Twitter
Announcement of the talk on the re:publica website. Slides. Recording.
-
Analysis of Tweets about the Nationalratswahl 2017 in Austria
A content project for the social media wall tool walls.io by Die Socialisten. I created the microsite nationalratswall.at and eight articles with anaylses of the Twitter activity before the national election 2017 in Austria.
-
I built a tool to analyze Twitter accounts
The tool is available here: https://accountanalysis.lucahammer.com/ I like Twitter and I like data. Over the last years, I published hundreds of Twitter analyses on Twitter. Often I get asked how I create them. I use the Python CLI tool twecoll to collect the data and a mix of Gephi, Excel and custom Python (Jupyter ❤)…
-
How to collect any Twitter follower network with the Python script twecoll
Learn how to create a graph file for visualization in Gephi This guide is written in a way that complete beginners can use it. You will be exposed to the command line and the programming language Python. You don’t need to know them as I will explain step by step what to do. I still recommend…
-
Guide: Analyzing Twitter Networks with Gephi 0.9.1
This is by no means a complete guide, but a starting point for people who want to analyze Twitter networks with Gephi. I created it to help collaborators to explore Twitter networks of verified users. I published it to help other people who want to work with Gephi as well. Feel free to send me…