Skip to content

Commit f328096

Browse files
committedAug 15, 2011
updating ch12
1 parent 9bccee8 commit f328096

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎Ch12/fpGrowth.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ def textParse(bigString):
127127

128128
def getLotsOfTweets(searchStr):
129129
CONSUMER_KEY = ''
130-
CONSUMER_SECRET = 'fhK9vfgwdr2Qvtib33PIvl4bN8LnR2tIFE6ayIFVVg'
131-
ACCESS_TOKEN_KEY = '18308928-LXr7EsuzereWTEkerdYEOcyoSqg8KCnyOFmIZ5FA'
132-
ACCESS_TOKEN_SECRET = 'wFtS5wxaJB1bXf8rDWok0RLPVKmhZAYtDN23nmuo'
130+
CONSUMER_SECRET = ''
131+
ACCESS_TOKEN_KEY = ''
132+
ACCESS_TOKEN_SECRET = ''
133133
api = twitter.Api(consumer_key=CONSUMER_KEY, consumer_secret=CONSUMER_SECRET,
134134
access_token_key=ACCESS_TOKEN_KEY,
135135
access_token_secret=ACCESS_TOKEN_SECRET)

0 commit comments

Comments
 (0)
Please sign in to comment.