We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b8515 commit f9b8c9fCopy full SHA for f9b8c9f
chapter4/3-getTwitterStatus.py
@@ -1,6 +1,6 @@
1
-from twitter import Twitter
+from twitter import Twitter, OAuth
2
3
#Make sure to add the access tokens and consumer keys for your application
4
t = Twitter(auth=OAuth("Access Token","Access Token Secret","Consumer Key","Consumer Secret"))
5
pythonStatuses = t.statuses.user_timeline(screen_name="montypython", count=5)
6
-print(pythonStatuses)
+print(pythonStatuses)
0 commit comments