Update special_functions.rst
This commit is contained in:
parent
dbf4283274
commit
c0dae9a63a
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ The New Way
|
||||||
twitter = Twython(APP_KEY, APP_SECRET,
|
twitter = Twython(APP_KEY, APP_SECRET,
|
||||||
OAUTH_TOKEN, OAUTH_TOKEN_SECRET)
|
OAUTH_TOKEN, OAUTH_TOKEN_SECRET)
|
||||||
|
|
||||||
results = twitter.cursor(t.search, q='twitter')
|
results = twitter.cursor(twitter.search, q='twitter')
|
||||||
for result in results:
|
for result in results:
|
||||||
print result['id_str']
|
print result['id_str']
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue