LoginSignup
3
2

More than 3 years have passed since last update.

Twitterの検索演算子(メモ)

Posted at

IFTTT

New tweet from search

新しいツイートが検索クエリに一致するたびに発生するトリガー。

Twitter検索演算子

 Twitter公式(高度な検索)
 twitterの検索術 -GitHub

・(from:[userID]) 
 特定のユーザーからの投稿
・to:[userID]
 特定のユーザー宛の投稿
・#[hashtag]
 特定のハッシュタグを含む
・[keyword]
 特定のキーワードを含む
・-[keyword]
 特定のキーワードを含まない
・[keyword1] OR [keyword2]
 どちらかのキーワードを含む
・filter:links
 リンクを含む
・filter:images
 画像を含む
・filter:videos
 動画を含む
・lang:ja
 日本語のツイート

※filterは打消しも可
・-filter:replies
 リプライを含まない
・-filter:retweets
 リツイートを含まない

(from:@PmanRabbit) #protoout (#Qiita OR #note) lang:ja -filter:replies -filter:retweets
 ユーザー:@PmanRabbit からのツイート
 タグ:#protooutを含む かつ #Qiita か #note を含む
 言語:日本語
 その他:リプライを含まない リツイートを含まない

3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2