質問編集履歴

2

書式の改善

2021/04/14 02:39

投稿

hoshiko
hoshiko

スコア3

test CHANGED
File without changes
test CHANGED
@@ -101,3 +101,43 @@
101
101
  wks.update_acell('A'+str(num) , e.get_text())
102
102
 
103
103
  ```
104
+
105
+
106
+
107
+
108
+
109
+ ### 試したこと
110
+
111
+ print(message) print(body) print(info)にて返ってきた内容を以下に記載します。
112
+
113
+
114
+
115
+
116
+
117
+ message_id': 'XXXXXXXXXXXX', 'account': {'account_id': xxxxxxx, 'name': 'xxxx(個人)', 'avatar_image_url': 'https://appdata.chatwork.com/avatar/xxx.png'}, 'body': '[info][title][dtext:chatroom_groupchat_created][/title][dtext:chatroom_chatname_is]開発テストチャット[dtext:chatroom_set]\n\n[dtext:chatroom_description_is] テスト用 [dtext:chatroom_set]\n\n[dtext:chatroom_member_is][piconname:xxxxxxxxxxxx][dtext:chatroom_added][/info]', 'send_time': 1613289332, 'update_time': 0}
118
+
119
+ [info][title][dtext:chatroom_groupchat_created][/title][dtext:chatroom_chatname_is]開発テストチャット[dtext:chatroom_set]
120
+
121
+
122
+
123
+ [dtext:chatroom_description_is] テスト用 [dtext:chatroom_set]
124
+
125
+
126
+
127
+ [dtext:chatroom_member_is][piconname:xxxxx][dtext:chatroom_added][/info]
128
+
129
+ [title][dtext:chatroom_groupchat_created][/title][dtext:chatroom_chatname_is]開発テストチャット[dtext:chatroom_set]
130
+
131
+
132
+
133
+ {message_id': 'xxxxxxxx', 'account': {'account_id': xxxxx, 'name': 'xxxx(個人)', 'avatar_image_url': 'https://appdata.chatwork.com/avatar/.png'}, 'body': '[info]あいうえおかきくけこさしすっせそ[/info]', 'send_time': 1616567916, 'update_time': 1616568001}
134
+
135
+ [info]あいうえおかきくけこさしすっせそ[/info]
136
+
137
+ あいうえおかきくけこさしすっせそ
138
+
139
+
140
+
141
+
142
+
143
+ ### 補足情報(FW/ツールのバージョンなど)

1

書式の改善

2021/04/14 02:39

投稿

hoshiko
hoshiko

スコア3

test CHANGED
File without changes
test CHANGED
@@ -9,8 +9,6 @@
9
9
 
10
10
 
11
11
  https://qiita.com/re_sai/items/475f4b512e4b7253afc6
12
-
13
-
14
12
 
15
13
 
16
14
 
@@ -26,9 +24,13 @@
26
24
 
27
25
 
28
26
 
27
+
28
+
29
29
  ### 該当のソースコード
30
30
 
31
31
 
32
+
33
+ ```python
32
34
 
33
35
  import requests
34
36
 
@@ -97,3 +99,5 @@
97
99
  num = index + 1
98
100
 
99
101
  wks.update_acell('A'+str(num) , e.get_text())
102
+
103
+ ```