X-Git-Url: https://projects.mako.cc/source/twitter-api-cdsw-solutions/blobdiff_plain/935dc47766b0e4ee54b4dcfbddf4ac549280574e..043b63c67557591f1e85b53d17fc8a1a797f48ca:/twitter1.py diff --git a/twitter1.py b/twitter1.py index cee5967..c1ec98f 100644 --- a/twitter1.py +++ b/twitter1.py @@ -9,4 +9,4 @@ api = tweepy.API(auth) public_tweets = api.home_timeline(count=100) for tweet in public_tweets: - print tweet.text + print(tweet.text)