質問編集履歴

3

リンクをアクセスできるように変更

2021/01/09 08:02

投稿

saba_111
saba_111

スコア1

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,9 @@
10
10
 
11
11
 
12
12
 
13
- https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages/message-attachments/guides/retrieving-media
13
+ [参考_メディアの取得について](https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages/message-attachments/guides/retrieving-media)
14
+
15
+
14
16
 
15
17
 
16
18
 

2

タイトルを具体的に変更しました

2021/01/09 08:02

投稿

saba_111
saba_111

スコア1

test CHANGED
@@ -1 +1 @@
1
- TwitterAPIでDMの画像を取得したいが短縮URLが取得できない
1
+ TwitterAPIでDMの画像を取得したいが、そのための短縮URLが取得できない
test CHANGED
@@ -42,7 +42,7 @@
42
42
 
43
43
  #urlはapi.get('https://api.twitter.com/1.1/direct_messages/events/list.json')で取得したDMの'media_url_https'
44
44
 
45
- url = https://ton.twitter.com/1.1/ton/data/dm/1346764289621729285/1346764280792666112/H5AXZKQj.jpg
45
+ url = 'https://ton.twitter.com/1.1/ton/data/dm/1346764289621729285/1346764280792666112/H5AXZKQj.jpg'
46
46
 
47
47
 
48
48
 

1

ソースコードに漏れがありましたので追記しました

2021/01/08 08:08

投稿

saba_111
saba_111

スコア1

test CHANGED
File without changes
test CHANGED
@@ -23,6 +23,10 @@
23
23
 
24
24
 
25
25
  ```python
26
+
27
+ from requests_oauthlib import OAuth1Session
28
+
29
+
26
30
 
27
31
  consumer_key='***'
28
32