Skip to content

Commit

Permalink
reducing tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
ScotterC committed Feb 26, 2012
1 parent c5441f9 commit 13c59fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tweet_filter.rb
Expand Up @@ -55,7 +55,7 @@ def start(path, query_parameters = {}, &block) #:nodoc:
#TweetStream::Client
TweetStream::Daemon.new(ENV['TWITTER_USERNAME'], ENV['TWITTER_PASSWORD']).on_error do |message|
puts message
end.track('phd2', 'twinderella', 'pic.twitter', 'photo') do |status, client|
end.track('phd2', 'twinderella') do |status, client|
if status.key?(:entities) && status.entities.key?(:media) && status.entities.media.first["type"] == "photo" #&& status.key?(:geo) && status.geo != nil && status.geo.key?(:coordinates)
# c = status.geo.coordinates
# unless c.length > 1
Expand Down

0 comments on commit 13c59fb

Please sign in to comment.