1
0
複製 0
This repository has been archived on 2022-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
office365-oauth2-authenticator/login_example

10 line
211 B
Bash
Executable File

#!/bin/sh
# OPTIONS="--debug --crawler-debug"
export MS_OFFICE365_SITE="https://foo.sharepoint.com/"
export MS_OFFICE365_LOGIN="bar@example.com"
export MS_OFFICE365_PASSWORD="5eCrEt"
node ./index.js $OPTIONS