TencentExmailAPI
基于腾讯企业邮箱开发者文档编写的Python API (官方文档: https://exmail.qq.com/qy_mng_logic/doc#10001)
Install / Use
/learn @sunhailin-Leo/TencentExmailAPIREADME
TecentExmailAPI
TecentExmailAPI 是一个基于腾讯企业邮箱开发的Python SDK,采用Apache License 2.0协议发布。
<h3 id="Contact">联系方式(Contact)</h3>
- E-Mail: 379978424@qq.com
欢迎随时提Issue帮助改进这个项目.
<h3 id="MostEssential">必看点</h3>
- 该API需要企业邮箱管理员才能进行开发(涉及唯一的CorpID和不同接口对应不同的secret码), 因此普通的开发者无法获取。
- 需要开发阅读过企业邮箱的开发者文档 地址
<h3 id="DevEnv">开发环境</h3>
- 系统版本: Windows 10 x64
- Python版本: Python 3.4.4 x64
<h3 id="Install">安装</h3>
(Windows)
pip install tencent_exmail
(Linux)
pip3 install tencent_exmail
<h3 id="Example">使用例子</h3>
- 在example目录下
