Fixes #119
This commit is contained in:
parent
448b4f27b6
commit
cc31322102
1 changed files with 0 additions and 8 deletions
|
|
@ -1,8 +0,0 @@
|
|||
from twython import Twython
|
||||
|
||||
# Getting the public timeline requires no authentication, huzzah
|
||||
twitter = Twython()
|
||||
public_timeline = twitter.getPublicTimeline()
|
||||
|
||||
for tweet in public_timeline:
|
||||
print tweet["text"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue