示例#1
0
def app():
    #tokenize = []
    auth = Auth()
    auth = auth.connect()
    streaming_data = DataCollector()
    streaming_data = tweepy.Stream(auth, DataCollector())
    streaming_data.filter(track=['#python'])