Update streaming example
[ci skip]
This commit is contained in:
parent
b7f7d1e63d
commit
6ca284cc21
1 changed files with 1 additions and 1 deletions
|
|
@ -16,5 +16,5 @@ stream = MyStreamer(APP_KEY, APP_SECRET,
|
||||||
OAUTH_TOKEN, OAUTH_TOKEN_SECRET)
|
OAUTH_TOKEN, OAUTH_TOKEN_SECRET)
|
||||||
|
|
||||||
stream.statuses.filter(track='twitter')
|
stream.statuses.filter(track='twitter')
|
||||||
#stream.user(track='twitter')
|
#stream.user() # Read the authenticated users home timeline (what they see on Twitter) in real-time
|
||||||
#stream.site(follow='twitter')
|
#stream.site(follow='twitter')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue