PepperPotts

twitter search tricks

Jun 5th, 2018
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. Search for tweets...
  2.  
  3. *from users: from:<user>
  4. *from users belonging to a list: <pattern> list:<user>/<listname>
  5. *from user A to user B: from:<userA> to:<userB>
  6. *from verified users: <pattern> filter:verified
  7. *retweets: <pattern> filter:retweets
  8. *no retweets: <pattern> exclude:retweets // -RT: exclude retweets
  9. *replies: <pattern> filter:replies
  10. *with images: <pattern> filter:images
  11. *with images: <pattern> filter:twimg
  12. *with videos: <pattern> filter:vine
  13. *with videos: <pattern> filter:native_video
  14. *with videos: <pattern> filter:periscope
  15. *with image or videos: <pattern> filter:media
  16. *with links: <pattern> filter:links
  17. *hashtags: #<hashtag1> OR #<hashtag2> ...
  18. *news: <pattern> filter:news
  19. *with a minimum of retweets: min_retweets:<N>
  20. *with a minimum of favorites: min_faves:<N>
  21. *language: lang:<language en,ru,...>
  22. *without adult or potentially sensitive content: filter:safe
  23. *time range: <pattern> since:<YYYY-MM-DD> until:<YYYY-MM-DD>
  24. *geographic distance: <pattern> near:<city ie: NY,...> within:<distance ie: 10mi (10 miles)>
Add Comment
Please, Sign In to add comment