I have found the following piece of code that works pretty well for letting me view in Python Shell the standard 1% of the twitter firehose:
import sys impor
You can't filter it while streaming but you could filter it at the output stage, if you were writing the tweets to a file.