0.0
No commit activity in last 3 years
No release in over 3 years
wrapper for the twitter api on JRuby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.2.0
~> 0.9.0
~> 1.2.2
~> 2.10.0

Runtime

~> 0.2.0
~> 0.5.0
>= 0.3.5
 Project Readme

twitter-jruby¶ ↑

The ruby twitter gem for JRuby. Based on twitter gem.

The gem heard round the world and famous on the streets. Haha. This gem *works with both oauth and http auth*, if you care.

For now this is just an API wrapper. The command line interface is temporarily dead until I have time to make it work with oauth. At that point, I’ll make it a new gem twitter-cli or something and it will depend on this gem to work. That will keep the separation of the api wrapper and cli and fix a lot of dependency issues.

examples¶ ↑

twitter gem: See the examples directory.

github.com/jnunemaker/twitter/tree/master/examples

docs¶ ↑

twitter gem: rdoc.info/projects/jnunemaker/twitter

twitter gem: Copyright © 2009 John Nunemaker. See LICENSE for details.

twitter-jruby: Koichi Fujikawa