Skip to content

loveshell/tencent_exmail

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

说明

根据帐号密码,获取腾讯企业邮箱通讯录

运行完成后,会生成两个文件

一个只包含邮箱

一个包含部门和部门员工邮箱,类似

----人事部---- 
    张三  zhangsan@domain.com 
----技术部---- 
    李四  lisi@domain.com 
    王五  wangwu@domain.com

安装依赖

pip install -r requirements.txt

运行

python get_tencent_exmail_contacts.py -u name@domain.com -p passw0rd

更多参数,运行 -h 查看

python get_tencent_exmail_contacts.py -h

About

获取腾讯企业邮箱通讯录

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%