ScriptのPost Responseに以下の記述を追記すると認証トークンを環境変数に設定できます。
let jsonResponse = bru.response.body
// token環境変数にaccess_tokenの値を設定
bru.setEnvVar("token", jsonResponse.data.access_token)
Go to list of users who liked
ScriptのPost Responseに以下の記述を追記すると認証トークンを環境変数に設定できます。
let jsonResponse = bru.response.body
// token環境変数にaccess_tokenの値を設定
bru.setEnvVar("token", jsonResponse.data.access_token)
Register as a new user and use Qiita more conveniently
Go to list of users who liked