onurgu / sna-tools

an initial version of a collection of social network analysis tools. focused on twitter for now.

Repository from Github https://github.comonurgu/sna-toolsRepository from Github https://github.comonurgu/sna-tools

INTRO

This code includes three components:

  1. Streaming Filter in streamcatcher.py

  2. Timeline Harvester in timelineharvester.py

  3. Some sort of statistics in stats.py

INSTALLATION

  1. run scripts/install.sh

  2. run ./configure.sh

  3. use passwords.py.tmp to prepare a passwords.py which includes a access_token and secret for your application.

    you can use

    https://python-twitter.googlecode.com/hg/get_access_token.py

    for that.

Test!

About

an initial version of a collection of social network analysis tools. focused on twitter for now.


Languages

Language:Python 99.5%Language:Shell 0.5%