Twitter

Best Twitter search engine http://www.filtertweeps.com¬

Twitter key characters http://thenextweb.com/TwitterKeys/keys.php

Twitter Search widget

Twitter search/profile/faves/list widget
See the commented source code at https://twitter.com/javascripts/widgets/widget.js

See search parameters at https://dev.twitter.com/docs/using-search
       features: {
avatars: true, // defaults to false for profile widget, but true for search & faves widget
hashtags: true,
timestamp: true,
fullscreen: false, // ignores width and height and just goes full screen
scrollbar: false,
live: true,
loop: true,
behavior: 'default',
dateformat: 'absolute', // defaults to relative (eg: 3 minutes ago)
toptweets: true // no longer seems to have any effect. Use the modification below to show all Tweets
}

Modifications

To ensure that all Tweets appear, rather than just the top tweets, modify http://widgets.twimg.com/j/2/widget.js, and host it locally to change ...
if(!this.runOnce){this.url+="&result_type=filtered"} to...
if(!this.runOnce){this.url+="&result_type=mixed"}
as shown in https://dev.twitter.com/discussions/8088¬

Wildcards * and ? do not seem to be implemented

  Possible extra search terms

lang:en,    //but often fails to detect abreviations as english
geocode:53.4429,1.4698,30mi   /but very few tweets seem to be geocoded (in 2012)


Twitter Feed Classes
<div   class="twtr-tweet-wrap">
<div   class="twtr-avatar">
<div   class="twtr-img">
<div   class="twtr-tweet-text">
<a ... class="twtr-user">
<a ... class="twtr-timestamp" ...>
<a ... class="twtr-reply" ...>
<a ... class="twtr-rt" ...>
<a ... class="twtr-fav"...>
<div   class="twtr-widget"...>
<a ... class="twtr-profile-img-anchor">
<a ... class="twtr-profile-img-anchor">
<img...class="twtr-profile-img"...>
<div   class="twtr-doc'+x()+'"...>
<div   class="twtr-hd">
<div   class="twtr-bd">
<div   class="twtr-timeline"...>
<div   class="twtr-tweets">
<div   class="twtr-reference-tweet">
<div   class="twtr-ft">
<a target="_blank" class="twtr-join-conv" ...>
<div c  lass="twtr-results-inner">
<div   class="twtr-results-hr">