Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
/ Office-E5 Public archive
forked from merrycodes/Office-E5

Office E5 订阅,使用Github Action 自动调用API。By Java

License

Notifications You must be signed in to change notification settings

lingPoint/Office-E5

 
 

Repository files navigation

通过官网提供的SDK和GitHub Action 实现自动化调用API 官网SDK地址

前提:

已经加入了Microsoft 365 开发人员计划 链接

使用:

  1. 登录到Microsoft Azure 链接
  2. 注册新应用,新建客户端密码,跟着图片操作,其中 1 2 3 要记下来

image-20201220181608269

image-20201220181906371

image-20201220182210469

image-20201220182857805

image-20201220183358551

image-20201220183519522

image-20201220183623883

image-20201220183801992

image-20201220183854762

  1. 在GitHub仓库中添加 secrets
name secrets No.
CLIENT_ID 应用程序(客户端) ID 1
CLIENT_SECRET 证书和密码中的"客户端密码" 3
TENANT_GUID 目录(租户) ID 2
USERNAME 登录Microsoft Azure的账号([email protected])
PASSWORD 登录Microsoft Azure的密码
TOKEN GitHub Token

其中的 TOKEN 获取在GitHub Setting -> Developer settings -> Personal access tokens 中获取,用于跟新日志

image-20201220190941252

image-20201220191133945

在项目中的 setting 里面添加

image-20201220184333113

  1. 修改 maven.yml,修改成自己的用户名和邮箱

image-20210124211449573

  1. 最后必须要自己 star 一下才会开始运行,测试的的时候只要点两次就好了(取消star,然后再star)

本地

main.md 中的代码替换 Main.class 中的代码,并把在 resources 目录中的 officeE5.properties 文件中的值替换成自己的

参考链接

yml文件配置

Microsoft Graph SKDK 邮件API

About

Office E5 订阅,使用Github Action 自动调用API。By Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%