質問編集履歴
1
test
CHANGED
File without changes
|
test
CHANGED
@@ -28,13 +28,13 @@
|
|
28
28
|
|
29
29
|
#Twitterの認証
|
30
30
|
|
31
|
-
api_key = "
|
31
|
+
api_key = "xxxxx"
|
32
|
-
|
32
|
+
|
33
|
-
api_secret = "
|
33
|
+
api_secret = "xxxxx"
|
34
|
-
|
34
|
+
|
35
|
-
access_key = "
|
35
|
+
access_key = "xxxxx"
|
36
|
-
|
36
|
+
|
37
|
-
access_secret = "
|
37
|
+
access_secret = "xxxxx"
|
38
38
|
|
39
39
|
auth = tweepy.OAuthHandler(api_key, api_secret)
|
40
40
|
|