python 2.7 - Track users and keywords with twitter streaming api twython -


currently have

stream.statuses.filter(track=['words','i',"want','to','track']) 

how follow users @ same time?

add , follow=username after list of words track in steam.statuses.filter give :

stream.statuses.filter(track=['words','i',"want','to','track'], follow=username) 

Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -