, @Adil Moujahid , 3 . , :
a) , , .
. .
:
stream_all = Stream(auth, l)
, -, :
stream_SFO = stream_all.filter(locations=[-122.75,36.8,-121.75,37.8])
, .
(b) :
tweet_iter = stream_SFO.filter(track=['python', 'javascript', 'ruby'])
(c) :
with open('file_name.json', 'w') as f:
json.dump(tweet_iter,f,indent=1)
. , . , .
, .