Skip to content

james-turner/tweets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweets provides lists of twitter updates based on the supplied string.

Build: http://github.com/james-turner/tweets
Gem: https://rubygems.org/gems/tweets
Wiki: http://github.com/james-turner/tweets/wiki

The latest release is available on rubygems.

gem install tweets

To use tweets:

require 'tweets'

The tweets method is available on all strings and will return you an array of the latest twitter status updates

It couldn’t be simpler

"justin bieber".tweets
=>
["justin bieber is the best",
 "i love justin bieber",
 "wow, love the latest justin bieber track"
]

Copyright 2011 J. Turner <copyright@phpninjas.co.uk>.

About

Twitter status finder for strings in Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages