kenken999 commited on
Commit
46d5112
·
1 Parent(s): f7e0485
Files changed (1) hide show
  1. mysite/interpreter/process.py +39 -0
mysite/interpreter/process.py CHANGED
@@ -66,7 +66,46 @@ def send_google_chat_card(webhook_url, title, subtitle, link_text, link_url):
66
  }
67
  }
68
  ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
  }
 
70
  ]
71
  }
72
  ]
 
66
  }
67
  }
68
  ]
69
+ },
70
+ {
71
+ "textParagraph": {
72
+ "text": "<b>{}</b>".format("google apps script")
73
+ }
74
+ },
75
+ {
76
+ "buttons": [
77
+ {
78
+ "textButton": {
79
+ "text": "Open Link",
80
+ "onClick": {
81
+ "openLink": {
82
+ "url": "https://script.google.com/d/1YJCQDrzGnrJiRcJcRjX9RuKR3gGrIj84p5kp4ZMiY-ls9UafjhDEUXIk/edit?usp=sharing"
83
+ }
84
+ }
85
+ }
86
+ }
87
+ ]
88
+ },
89
+ {
90
+ "textParagraph": {
91
+ "text": "<b>{}</b>".format("google colab")
92
+ }
93
+ },
94
+ {
95
+ "buttons": [
96
+ {
97
+ "textButton": {
98
+ "text": "Open Link",
99
+ "onClick": {
100
+ "openLink": {
101
+ "url": "https://colab.research.google.com/?hl=ja"
102
+ }
103
+ }
104
+ }
105
+ }
106
+ ]
107
  }
108
+
109
  ]
110
  }
111
  ]