We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bccee8 commit f328096Copy full SHA for f328096
Ch12/fpGrowth.py
@@ -127,9 +127,9 @@ def textParse(bigString):
127
128
def getLotsOfTweets(searchStr):
129
CONSUMER_KEY = ''
130
- CONSUMER_SECRET = 'fhK9vfgwdr2Qvtib33PIvl4bN8LnR2tIFE6ayIFVVg'
131
- ACCESS_TOKEN_KEY = '18308928-LXr7EsuzereWTEkerdYEOcyoSqg8KCnyOFmIZ5FA'
132
- ACCESS_TOKEN_SECRET = 'wFtS5wxaJB1bXf8rDWok0RLPVKmhZAYtDN23nmuo'
+ CONSUMER_SECRET = ''
+ ACCESS_TOKEN_KEY = ''
+ ACCESS_TOKEN_SECRET = ''
133
api = twitter.Api(consumer_key=CONSUMER_KEY, consumer_secret=CONSUMER_SECRET,
134
access_token_key=ACCESS_TOKEN_KEY,
135
access_token_secret=ACCESS_TOKEN_SECRET)
0 commit comments