Skip to content

Commit 506f80b

Browse files
Update twet.py
1 parent f79e468 commit 506f80b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

twet.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
import time
66

77
# Consumer keys and access tokens, used for OAuth
8-
consumer_key = 'MExVvZT0Q35926Crko5wFrGdr'
9-
consumer_secret = 'YaK4JJ3w4xEHzE0DvOrQRuPsQjquIA5kqLB6i8McVkkRmaof53'
10-
access_token = '2874668814-M5Vh0eC2u9Tmjk4GkO814bGksAQ57AgZ3pdXsB3'
11-
access_token_secret = 'ean5rZki9KAwE3L5alxauTSMTyUFQYwG8enzSGNEKPxmm'
8+
consumer_key = ''
9+
consumer_secret = ''
10+
access_token = '2874668814-'
11+
access_token_secret = ''
1212

1313
# OAuth process, using the keys and tokens
1414
auth = tweepy.OAuthHandler(consumer_key, consumer_secret)

0 commit comments

Comments
 (0)