Skip to content

Commit 1d87193

Browse files
committed
auth hidden
1 parent 7bf91ca commit 1d87193

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Lab/Lab4/Source/TwitterListener.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
import json
77
import time
88

9-
consumer_key = 'mSg1xMRSz8a8EqPY1sHcE0FPo'
10-
consumer_secret = 'VfalDVqLVhJ4CQb15Qb7YTx2hgkfPtpO6ogm6Vz07iIR7TqAaN'
11-
access_token = '3240653721-pmylXVMr6dX32S0omzX4hptZI2a2Aj79Popop7P'
12-
access_secret = 'DR8D9bYt2aZeh9jt8pugStIMMipZ9muS2oDsRT34MKxw3'
9+
consumer_key = '**'
10+
consumer_secret = '**'
11+
access_token = '**-**'
12+
access_secret = '**'
1313

1414

1515
auth = OAuthHandler(consumer_key, consumer_secret)

0 commit comments

Comments
 (0)