Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gargron/twittersphere

A thing that fetches user connections from Twitter and exports them to a GDF (directed graph file) that can be used e.g. in Gephi
https://github.com/gargron/twittersphere

Last synced: about 1 month ago
JSON representation

A thing that fetches user connections from Twitter and exports them to a GDF (directed graph file) that can be used e.g. in Gephi

Awesome Lists containing this project

README

        

Twittersphere
=============

A thing that fetches user connections from Twitter and exports them to a GDF (directed graph file) that can be used e.g. in Gephi. Uses Dotenv (or well, environment variables) for Twitter API details (you need to have a registered application). Example `.env` file:

TW_CONSUMER_KEY: foo
TW_CONSUMER_SECRET: foo
TW_ACCESS_TOKEN: foo
TW_ACCESS_TOKEN_SECRET: foo

Installing is easy after you clone/download this repository:

bundle install

Usage:

./bin/twis fetch Gargron
./bin/twis process Gargron
./bin/twis inspect