This commit is contained in:
Mike Helmick 2012-10-04 14:10:56 -04:00
parent 448b4f27b6
commit cc31322102

View file

@ -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"]