How to add a location filter to tweepy module

后端 未结 4 1435
难免孤独
难免孤独 2020-11-27 18:07

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         


        
4条回答
  •  自闭症患者
    2020-11-27 18:43

    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.

提交回复
热议问题