[ create a new paste ] login | about

Link: http://codepad.org/vo4FdQsl    [ raw code | fork ]

nvsofts - Ruby, pasted on Oct 25:
1
2
3
4
5
6
7
stream = MariBot::Server::TwitterStream.new(token)
stream.open
loop do
  data = stream.recv
  p data unless data.empty?
  sleep 1
end


Create a new paste based on this one


Comments: