Twython: Using track AND follow parameters - Raspberry Pi Forums
hi all,
i'm screwing around more twitter. time want tweets user, keyword. i'm using usual:
if filter keyword "track," works fine. if filter user id "follow," should. above gives me of tweets user, tweets keyword whether user or not. twython documentation i've found says there's implied or between parameters. there way can filter both conditions met?
all
bye all
i'm screwing around more twitter. time want tweets user, keyword. i'm using usual:
code: select all
stream.statuses.filter(follow='12345', track='keyword')
all
bye all
raspberrypi
Comments
Post a Comment