如何通过python命令访问linkedin
我想从命令提示符访问我的 linkedin 帐户,然后我想使用命令从我的帐户发送邮件。
另外,我需要邮件的投递报告。
谁能知道如何使用它?
I want to access my linkedin account from command prompt and then i wanted to send mails from my account using command.
Also, I need the delivery reports of the mails.
Can anyone knows how can use that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果 LinkedIn 接受您的消息,会员间 API 将返回 2xx 状态代码。如果出现错误,则会显示 4xx 状态代码。
这意味着该消息已放入 LinkedIn 系统,而不是已打开、阅读、通过电子邮件发送等。您无法通过 API 获取该消息。
The Member to Member API will return a 2xx status code if your message is accepted by LinkedIn. And a 4xx status code if there's an error.
This means the message was put into the LinkedIn system, not that it has been opened, read, emailed, etc. You cannot get that via the API.
简单的 Google 搜索即可为您提供:
http://code.google.com/p/python-linkedin /
A simple Google search gives you:
http://code.google.com/p/python-linkedin/