質問編集履歴

1

2022/01/11 11:36

投稿

hide09090909
hide09090909

スコア68

test CHANGED
File without changes
test CHANGED
@@ -28,13 +28,13 @@
28
28
 
29
29
  #Twitterの認証
30
30
 
31
- api_key = "G9LKVq160SDMeTy2pDCrRCmb4"
31
+ api_key = "xxxxx"
32
-
32
+
33
- api_secret = "iPvmRNpXtb6vDBW4UPZnLy9w54mrzoSiqFLH5YjEb5Mb54xxBJ"
33
+ api_secret = "xxxxx"
34
-
34
+
35
- access_key = "1429396852886052868-ooz4v4valotLSgmo4vpSlumPgciZN3"
35
+ access_key = "xxxxx"
36
-
36
+
37
- access_secret = "wMPnQ2HlBWj6JrDxlAmmODRSyTnJlkc1LLmpHvoOUfDlN"
37
+ access_secret = "xxxxx"
38
38
 
39
39
  auth = tweepy.OAuthHandler(api_key, api_secret)
40
40