Skip to content

lgallen/twitter-graph

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

twitter-graph

Create a graph from a community on Twitter with Tweepy, NetworkX, and Plotly. This repo contains two iPython Notebooks.

The first, retrieve_tweets.ipynb, uses the Twitter API to retreive Tweets via Python (Tweepy) from a common community, in this case, users that took place in a specific Twitter chat. Once the Tweets are retrieved, the associated users and their friends, who they are following, is retreived and saved in a CSV in a format that makes it easy to construct a social graph.

The second notebook, social_graph_plotly.ipynb, uses the data retreived in the first notebook to create a visualization of the social graph of those relationships using Plotly.

About

Create a graph from a community on Twitter with Tweepy, NetworkX, and Plotly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published