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

javascript - Trigger mouseenter when an animated element touches mouse -

json - Zend error Connection -

java - Using Spring @Transactional with a combination of readOnly and write, when does this entity get committed? -