From 1c2603c78df7276dc70d0b602cd0838369c2f0a6 Mon Sep 17 00:00:00 2001 From: nicoleansani Date: Thu, 26 Nov 2015 07:27:01 -0500 Subject: [PATCH] Update twitterstream.py api_key = "ujusPHVKnpVcMyLHxUC9sxUyP" api_secret = "guruseKugrAr7m71HgKx30Oxa4NOTg5fEKWsVSUyz2pzIzbBI1" access_token_key = "831595446-SdjLHjar5DOnB09iX00RSNfwWKRiMJKkcDqGS617" access_token_secret = "zHSj0O32hsS4wIz9AcQUdTXyrs5ISXKT6BHIXb4bfHRZ5" --- assignment1/twitterstream.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assignment1/twitterstream.py b/assignment1/twitterstream.py index 147754ac..d6b8aa57 100644 --- a/assignment1/twitterstream.py +++ b/assignment1/twitterstream.py @@ -58,4 +58,7 @@ def fetchsamples(): print line.strip() if __name__ == '__main__': - fetchsamples() + fetchsamples() + + +