Skip to content

Commit

Permalink
Updated README for bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
jefflinwood committed Aug 12, 2011
1 parent 9eedc1a commit f31df89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ Install

Environment - requires Ruby and MongoDB.

gem install tweetstream
gem install twitter
gem install mongo
gem install yaml
gem install bundle
bundle install


Usage
==============

To run, open up config.yaml and change the USERNAME and PASSWORD to your Twitter account's username and password.

bundle exec ruby tweeter-keeper.rb

Pick any tracking keywords you want, and add them to the @tracking_keywords array.

This version has support for loading in one Twitter user's friends (the Twitter users they are following) and tracking their tweets as well - change the Twitter user's id from "jefflinwood" to your own or whomever. As long as the account isn't protected, you don't need the account's password or an OAuth authentication.
Expand Down

0 comments on commit f31df89

Please sign in to comment.