https://github.com/neo4jrb/twitter_analytics
Making twitter analytics easy with neo4j and neo4apis gems
https://github.com/neo4jrb/twitter_analytics
Last synced: about 2 months ago
JSON representation
Making twitter analytics easy with neo4j and neo4apis gems
- Host: GitHub
- URL: https://github.com/neo4jrb/twitter_analytics
- Owner: neo4jrb
- Created: 2014-11-06T08:48:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-18T10:34:19.000Z (over 10 years ago)
- Last Synced: 2025-04-08T01:01:41.874Z (3 months ago)
- Language: Ruby
- Size: 1.56 MB
- Stars: 8
- Watchers: 5
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Analyze your tweets with neo4j!
Usage:
======* Check out github repo
* Run `bundle`
* Run `rake neo4j:install[neo4j-2.1.6,development]` (see neo4j's [release notes](http://neo4j.com/release-notes/) for the current version number)
* Run `rake neo4j:start`
* Create your `config/twitter.yml` file (see `config/twitter.yml.example`)
* Run one of the following commands (the first will continuously stream until you cancel with `ctrl-c`):```ruby
neo4apis twitter filter QUERY --import-retweets --import-hashtags --import-user-mentionsneo4apis twitter search QUERY NUMBER_OF_TWEETS --import-retweets --import-hashtags --import-user-mentions
```* Start the rails app with `rails s`
* Visit the appWhat you get:
=============* Pretty metrics such as:
* Top Tweeters
* Top Retweeters
* Original Tweets (that is, excluding retweets) Over Time
* Most Favorited Tweets
* Most Retweeded Tweets
* Ability to browse through users, tweets, and hashtags
* Graph visualization of hashtags
* Embedded tweets, where possibleHow to help:
===========Feedback! What metrics would you like to see? What metrics do you think would be useful for everybody?
Bug reports! Open a github issue!
Pull requests! I'll buy you a drink if I ever meet you!