Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which Twitter API Library for Ruby do you recommend? [closed]

Tags:

ruby

twitter

api

What is the best Twitter API Library for Ruby?

I want to do simple things like:

  • search for specifics keywords for a date range
  • start following people
  • tweet messages

How can I do these things with the library you recommend?

like image 979
Daniel Cukier Avatar asked Nov 04 '09 18:11

Daniel Cukier


People also ask

What is Twitter API v2?

Twitter API v2 data dictionary | Docs | Twitter Developer Platform. Across the Twitter API endpoints, there are a variety of objects available to request such as Tweets and users. Each GET endpoint will have a top-level resource and object, such as Tweets in recent search and filtered stream, and users in users lookup.

Which API is used in Twitter?

The Twitter Ads API is the direct connection to the Twitter Ads platform. Integrate with the Twitter Ads API to enhance the Twitter Ads experience with additional innovation and efficiencies for your business. To apply for Twitter Ads API access, a developer account with Elevated access is required.

What is Endpoint Twitter API?

Our Direct Message endpoints provide access to the DM conversations of users who have explicitly granted permission to a specific application. We do not sell Direct Messages. Our DM APIs provide limited access to developers to create personalized experiences on Twitter, like Wendy's March Madness bracket builder.

Does Twitter have a free API?

Twitter API access levels and versions The Twitter API v2 includes a few access levels to help you scale your usage on the platform. In general, new accounts can quickly sign up for free, Essential access. Should you want additional access, you may choose to apply for free Elevated access and beyond.


1 Answers

I've used both twitter and twitter4r and I slightly prefer twitter. The latest release (0.7) supports twitter lists.

like image 197
shinzui Avatar answered Oct 19 '22 21:10

shinzui