回答編集履歴

1

追記

2020/01/21 03:31

投稿

hayataka2049
hayataka2049

スコア30933

test CHANGED
@@ -15,3 +15,13 @@
15
15
 
16
16
 
17
17
  あとはそのコードと組み合わせれば良いです。
18
+
19
+
20
+
21
+ ```python
22
+
23
+ for status in api.user_timeline(screen_name=twitterid, count=1):
24
+
25
+ pyperclip.copy(status.text.splitlines()[1])
26
+
27
+ ```