Skip to content

Instantly share code, notes, and snippets.

@codeincontext
Created July 27, 2012 22:12
Show Gist options
  • Select an option

  • Save codeincontext/3190716 to your computer and use it in GitHub Desktop.

Select an option

Save codeincontext/3190716 to your computer and use it in GitHub Desktop.
how much have you spammed your friends today?
require 'rubygems'
require 'twitter'
require 'active_support/core_ext'
timeline = Twitter.user_timeline("skattyadz", count: 200, include_rts: true)
puts timeline.select{|t| t.created_at > 1.day.ago}.count
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment