Skip to content

A tool for visualizing a Twitter user's relationships

Notifications You must be signed in to change notification settings

JoeGermuska/poll.emic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a tool for collecting data from Twitter. Currently the focus is on egocentric networks. After collecting and caching the data, this tool can output the data in .gexf format for visualization.

Python Package Dependencies

  • Twitter
  • networkx
  • simplejson
  • nose

Setup and configuration

  1. Clone the repository

  2. Go into the local copy

    cd poll.emic

  3. Install. Currently

    python setup.py develop

  4. Add a configuration file config.cfg in the top level directory of your working copy. Include the app credentials that you got from the Twitter API. See here for a sample configuration file.

Usage

For one application of this, try running the mentionball.py script.

python bin/mentionball.py @twitter

This should start crawling a mentionball centered on a particular Twitter user.

About

A tool for visualizing a Twitter user's relationships

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published