如何使用 python 检索 Hotmail 联系人
如何使用 python 从 hotmail 中检索联系人?
有例子吗?
How can I retrieve contacts from hotmail with python?
Is there any example?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Hotmail:Windows Live Contacts API
如果 python 接口不存在您可能不得不求助于屏幕抓取。
Hotmail: Windows Live Contacts API
If a python interface doesn't exist you may have to resort to screen scraping.
使用octazen,但是你必须付费
use octazen, but you have to pay for it
IIRC Hotmail 具有 POP 访问权限,因此只需使用 poplib 库即可。
用法是这样的(未经测试):
一些连接信息此处(可能已旧)。
IIRC Hotmail has POP access, so just use the poplib library.
Usage is something like this (NOT tested):
Some connectivity info here (might be old).