代々木で働く超新米エンジニアの足跡

代々木で働くエンジニアです。超新米です。

twitter api リツイートを含む検索

RTを含むAPIでの検索

@twitter_client = Twitter::REST::Client.new do |config|
  config.consumer_key        = "xxxx"
  config.consumer_secret     = "xxxx"
  config.access_token        = "xxxx"
  config.access_token_secret = "xxxx"
end

@twitter_client.search("検索ワード include:retweets")