Registry / http-client / twitter

twitter

JSON →
library8.3.1rbrubygemsunverified

A Ruby interface to the Twitter API.

gem install twitter
INSTALL
IMPORT
SIG · TWITTER
T
twitter
http-clientrubyv8.3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Twitter
require 'twitter'

Fetch and display the most recent tweet from a user's timeline.

require 'twitter' client = Twitter::REST::Client.new do |config| config.consumer_key = 'YOUR_CONSUMER_KEY' config.consumer_secret = 'YOUR_CONSUMER_SECRET' end puts client.user_timeline('twitter').first.text
Debug
Known issues

No known issues recorded.

Upgrade
Version history
8.3.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
24
Amazon
1
Resources
twitter — gem install twitter · libregistry