Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erikdoe/tw-twitter-graph
https://github.com/erikdoe/tw-twitter-graph
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/erikdoe/tw-twitter-graph
- Owner: erikdoe
- Created: 2013-03-05T10:57:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-30T15:30:17.000Z (over 11 years ago)
- Last Synced: 2024-05-09T07:55:01.320Z (6 months ago)
- Language: Ruby
- Size: 120 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tw-twitter-graph
================A few Ruby scripts to calculate stats and graphs for a group of people on Twitter.
I'm using [Gephi][] to render the graphs.
The scripts require two files to work:
### input.csv
Users to include, comma separated, Twitter name in third column.
### downloads-auth.yml
A YAML file containing info to access the Twitter API, specifically:
* consumer_key
* consumer_secret
* oauth_token
* oauth\_token\_secretYou can get the keys by creating an app on the Twitter dev site [here][twitteraps]
[Gephi]: http://gephi.org/
[twitteraps]: https://dev.twitter.com/apps