Skip to content

Instantly share code, notes, and snippets.

require 'twitter'
usuario = "ajamaica"
followers = Twitter.followers(usuario).users
followers.each do |follower|
puts "Usuario #{follower.id} sigue a #{usuario}"
end
tweets = Twitter.public_timeline