Registry / http-client / grackle

grackle

JSON →
library0.3.0rbrubygemsunverified

Grackle is a lightweight library for the Twitter REST API designed to be resilient to Twitter API changes or errors.

gem install grackle
INSTALL
IMPORT
SIG · GRACKLE
G
grackle
http-clientrubyv0.3.0
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.

Grackle
require 'grackle'

Fetch and display the latest tweet from a user's timeline

require 'grackle' client = Grackle::Client.new tweets = client.statuses.user_timeline?(:screen_name => 'twitter') puts tweets.first.text
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
Resources
grackle — gem install grackle · libregistry