Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gargron/twittersphere
- Owner: Gargron
- Created: 2015-04-05T12:56:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-05T23:07:36.000Z (over 9 years ago)
- Last Synced: 2024-10-24T17:49:04.590Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: fooInstalling is easy after you clone/download this repository:
bundle install
Usage:
./bin/twis fetch Gargron
./bin/twis process Gargron
./bin/twis inspect