Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

sunhailin-Leo/TencentExmailAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TecentExmailAPI


Build Status codecov PyPI version

TecentExmailAPI 是一个基于腾讯企业邮箱开发的Python SDK,采用Apache License 2.0协议发布。


联系方式(Contact)

欢迎随时提Issue帮助改进这个项目.


必看点

  • 该API需要企业邮箱管理员才能进行开发(涉及唯一的CorpID和不同接口对应不同的secret码), 因此普通的开发者无法获取。
  • 需要开发阅读过企业邮箱的开发者文档 地址

开发环境

  • 系统版本: Windows 10 x64
  • Python版本: Python 3.4.4 x64

安装

(Windows)
pip install tencent_exmail

(Linux)
pip3 install tencent_exmail

使用例子

  • 在example目录下