Registry / networking / tweetstream

tweetstream

JSON →
library2.6.1rbrubygemsunverified

Simple wrapper for consuming the Twitter Streaming API.

gem install tweetstream
INSTALL
IMPORT
SIG · TWEETSTREAM
T
tweetstream
networkingrubyv2.6.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.

TweetStream
require 'tweetstream'

Stream tweets containing 'ruby'

require 'tweetstream' TweetStream.configure do |config| config.consumer_key = 'your_key' config.consumer_secret = 'your_secret' end client = TweetStream::Client.new client.track('ruby') do |status| puts status.text end
Debug
Known issues
breakingTwitter API v1.1 streaming is deprecated; this gem may not work with newer API versions.
fix
Consider using the Twitter API v2 via another gem or direct HTTP requests.
affects: >= 2.6.0
Upgrade
Version history
2.6.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
1
Resources
tweetstream — gem install tweetstream · libregistry