Skip to content

Python script for generating a webpage map of Twitter users using Jaccard values (calculated from replies/retweets) with some basic community unfolding (only part of algorithm implemented, whoops). Inspired by this blog post http://www.jacobsilterra.com/2015/03/10/subreddit-map/

Notifications You must be signed in to change notification settings

andrew-bbq/TwitterMapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TwitterMapper

How to use:

Download tweets here: https://www.vicinitas.io/free-tools/download-user-tweets MAKE SURE TO INCLUDE THE @ IN THE FILE NAME (I don't error check lol)

Create a "Data" directory inside this repository, move all tweets into it

pip install matplotlib, openpyxl, networkx

run python excelparser.py

You can now view your graph on index.html

About

Python script for generating a webpage map of Twitter users using Jaccard values (calculated from replies/retweets) with some basic community unfolding (only part of algorithm implemented, whoops). Inspired by this blog post http://www.jacobsilterra.com/2015/03/10/subreddit-map/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published