We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf91ca commit 1d87193Copy full SHA for 1d87193
Lab/Lab4/Source/TwitterListener.py
@@ -6,10 +6,10 @@
6
import json
7
import time
8
9
-consumer_key = 'mSg1xMRSz8a8EqPY1sHcE0FPo'
10
-consumer_secret = 'VfalDVqLVhJ4CQb15Qb7YTx2hgkfPtpO6ogm6Vz07iIR7TqAaN'
11
-access_token = '3240653721-pmylXVMr6dX32S0omzX4hptZI2a2Aj79Popop7P'
12
-access_secret = 'DR8D9bYt2aZeh9jt8pugStIMMipZ9muS2oDsRT34MKxw3'
+consumer_key = '**'
+consumer_secret = '**'
+access_token = '**-**'
+access_secret = '**'
13
14
15
auth = OAuthHandler(consumer_key, consumer_secret)
0 commit comments