We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79e468 commit 506f80bCopy full SHA for 506f80b
twet.py
@@ -5,10 +5,10 @@
5
import time
6
7
# 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'
+consumer_key = ''
+consumer_secret = ''
+access_token = '2874668814-'
+access_token_secret = ''
12
13
# OAuth process, using the keys and tokens
14
auth = tweepy.OAuthHandler(consumer_key, consumer_secret)
0 commit comments