Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 429 Bytes

File metadata and controls

26 lines (15 loc) · 429 Bytes

Tweeter is a wrapper around the Twitter REST API v1.1.

$ gem build tweeter.gemspec

$ gem ins tweeter-0.0.3.gem
create a twitter application to obtain a consumer key and consumer secret
require 'tweeter'
client = Tweeter::Client.new(auth: {
  consumer_key: 'xxxxxxxxxxxxxx',
  consumer_secret: 'xxxxxxxxxxxxxx'
})